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