Prev Demo
Text-Align Property
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> p { text-align: center; } div { text-align: end; } #div { text-align: justify; } </style> <p> Mr. Sheo Narayan is a software professional since 2000<br /> and working in .NET Technologies since its first release. </p> <div> Mr. Sheo Narayan is a software professional since 2000<br /> and working in .NET Technologies since its first release. </div> <div id="div"> Mr. Sheo Narayan is a software professional since 2000<br /> and working in .NET Technologies since its first release. </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output