Starting On HTML
For the Newbie (Newbee)





Here is a basic stepping stone to understand HTML code. This will get you started on making your web page.
The tutorial for how your site works is here. To use an editor to create HTML for you instead, resources can bee found here These will open in another window. ~Bee Spit~

TO START




INSTANT PAGE


This is a basic web page.

  <HTML>
  <HEAD>
  <TITLE> My Web Page </TITLE>
  </HEAD>
  <BODY>

  This is my first web page!

  </BODY>
  </HTML>

PRODUCES -- > This is my first web page!



CONTENT OF PAGE




BASIC TAGS



FONT SIZE TAGS



FONT COLOR TAGS



PUTTING GRAPHICS ON PAGE



MAKING LINKS



PUTTING IT ALL TOGETHER



Please let me know if this is understandable or what else to include. Thank You.

Tutorial © Janet Boyd aka Bee Spit
Bee's Home Page