Help for this page

Select Code to Download


  1. or download this
    <html><head><style>
    .someclass {
    ...
    <div class="someclass">This text has some class!</div>
    ...
    </body></html>
    
  2. or download this
    <html><head><style>
    someclass {
    ...
    <someclass>This text has some class!</someclass>
    ...
    </body></html>