Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> p { text-align: center; color: red; } </style> </head> <body> <p>Every paragraph will be affected by the style.</p> <p id="para1">Me too!</p> <p>And me!</p> </body> <!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_syntax_element by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:56 GMT --> </html>
Result: