Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <p>This text is aligned to the left.</p> <p style="text-align:center">And this one is placed in the center.</p> </body> </html>