Help for this page

Select Code to Download


  1. or download this
    <meta  NAME="HTML.author" CONTENT="Joe Smith">    <!-- 2 spaces before
    + NAME -->
    <meta NAME=HTML.author CONTENT="Joe Smith">       <!-- no " around the
    + value of NAME -->
    ...
    <meta NAME="HTML.author"
          CONTENT="Joe Smith">                        <!-- tags can span a
    +ccross several lines-->
    <meta NAME="HTML.author" CONTENT="Joe Smith" />   <!-- XHTML style -->
    
  2. or download this
    <!-- <meta NAME="HTML.author" CONTENT="Joe Smith"> --> <!-- yep, a comment -->