Html
copy
reset
Run
Netbax Online Editor Try it Yourself
<body style="background-color:#fff;"> <h2>test</h2> <p>test</p> </body> <body> <h4 style="background-color:#c00;color:#fff;">test1</h4> <p style="background-color:#008000;color:#fff;">test1</p> </body> <h2 style="color:red;">test2</h2> <p style="color:green;">test2</p> <h2 style="font-family:verdana;">test3</h2> <p style="font-family:courier;">test3</p> <h2 style="font-size:300%;"> test4</h2> <p style="font-size:160%;"> test4</p> <h2 style="text-align:center;"> Centered test5</h2> <p style="text-align:center;"> Centered test5</p>