Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div.paragraph { text-align: center; } </style> </head> <body> <h1>Titre du document</h1> <div class="paragraph"> <p>L'alignement de texte au centre est défini par la propriété CSS text-align</p> </div> </body> </html>