# Réponse finale obtenue du bot:
response = « Voici un exemple de code HTML et CSS pour une page web dédiée à un thanatopracteur/thanatopractrice :
**HTML**
« `html
Bienvenue chez [Nom de l’entreprise]
Nous sommes un thanatopracteur/thanatopractrice expérimenté, spécialisé dans les soins post-mortem.
Nos services
- Soins post-mortem
- Emballement
- Transportation
Contactez-nous
N’hésitez pas à nous contacter pour plus d’informations ou pour réservé un rendez-vous.
« `
**CSS**
« `css
* {
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 1em;
text-align: center;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav li {
display: inline-block;
margin-right: 20px;
}
nav a {
color: #fff;
text-decoration: none;
}
main {
max-width: 800px;
margin: 40px auto;
padding: 20px;
background-color: #f7f7f7;
border: 1px solid #ddd;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
section {
margin-bottom: 40px;
}
h1, h2 {
color: #333;
}
p {
margin-bottom: 20px;
}
button {
background-color: #333;
color: #fff;
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
button:hover {
background-color: #444;
}
form label {
display: block;
margin-bottom: 10px;
}
form input, form textarea {
width: 100%;
height: 40px;
padding: 10px;
border: 1px solid #ccc;
box-sizing: border-box;
}
form button[type= »submit »] {
background-color: #333;
color: #fff;
border: none;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
form button[type= »submit »]:hover {
background-color: #444;
}
footer {
background-color: #333;
color: #fff;
padding: 1em;
text-align: center;
}
« `
Ce code crée une page web simple avec un menu de navigation, des sections d’accueil, services et contact. Les éléments sont stylisés avec CSS pour donner un aspect professionnel à la page.
N’oubliez pas de remplacer les valeurs dans le code HTML (par exemple, le nom de l’entreprise) par vos propres informations. »