HTML class I - In the beginning...

  1. Required Parts
    <html>
         <head> </head>
    <body>

    </body>
    </html>


Example:

<html>
    <head>
      <title>Roger's Dog Supply</title>
      <meta name="keywords" content="dog,pet,puppy,tail,leash,collar,flea,shampoo">
      <meta name="description" content="Dog Supply Store - find all your dog supplies here">
    </head>

<body bgcolor="#00FF00" text="#000000" link="#FFFFFF" vlink="#FFFF00">

body text

</body>
</html>


Next --> Text


Class Outline      Back to Intro      View Example Site