Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> h1 { text-align: center; text-transform: uppercase; color: #4CAF50; } p { text-indent: 50px; text-align: justify; letter-spacing: 3px; } a { text-decoration:none; color: #008CBA; } </style> </head> <body> <h1>text formatting</h1> <p>This text is styled with some of the text formatting properties. The heading uses the text-align, text-transform, and color properties. The paragraph is indented, aligned, and the space between characters is specified. The underline is removed from this colored <a target="_blank" href="tryitaeac.html?filename=trycss_text">"Try it yourself"</a> link.</p> </body> <!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_text by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:04:29 GMT --> </html>
Result: