Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div.paragraph { text-align: center; } </style> </head> <body> <h1>Title of the document</h1> <div class="paragraph"> <p>The text alignment to the center is set with CSS property text-align</p> </div> </body> </html>