<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style type="text/css"> h1 { border-width: 1; border: solid; text-align: center } h1.myclass { border: none } .myclass { color: red } </style> <script type="text/javascript"> function example() { } </script> </head> <body> <div style="color: #00f;"> <h1 class="myclass">myclass h1 block</h1> <h1>h1 block</h1> Example page for real time HTML editor.<br /> You can edit the HTML below, and this text will change once you stop editing. </div> </body> </html>