Prev Demo
HTML Text Alignment
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <p style="text-align:center">Techfunda</p> <p style="text-align:right">Dotnetfunda</p> <p style="text-align:left">ITFunda</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output