Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> li { display: inline-block; margin-right: 10px; color: #778899; } </style> </head> <body> <header> <nav> <ul style="padding:0;"> <li>Accueil</li> <li>À propos</li> </ul> </nav> <h1>Bienvenue sur notre page</h1> <hr> </header> <article> <header> <h2>Le titre de la section</h2> <p>Le paragraphe de texte.</p> </header> </article> </body> </html>