HTML Haven
  -- Basics
  -- Head/Body
  -- Font
  -- Links
  -- Images
  -- Tables
  -- Forms
  -- Attributes
  -- Wizards



CGI Haven
  -- Basics
  -- Variables
  -- Adding HTML
  -- Sending EMail
  -- Flat-File Databases
  -- Validation
  -- Regular Expressions
  -- Custom Script



JavaScript Haven
  -- Basics
  -- Variables
  -- Arrays
  -- Validation
  -- Functions
  -- Loops
  -- Conditionals
  -- Windows
  -- Events
  -- Forms
  -- Extras



HTML - Head and Body tutorial by Chris
HEAD and BODY tags are as important to a webpage as they are to yourself. Same order also. First comes the HEAD tag, then the BODY tag. In the HEAD section of your webpage you usually include your pages title, css, and javascript. Little more advanced than what your ready for i think. Everything in the head section basicly just sets up what your gonna do in the BODY of your page. The BODY of your page is what actually includes all the stuff on your page. Kinda like your brain directs how your arms move, well sorta. Anyways, lets get to the examples shall we...
    <HTML> <HEAD> </HEAD> <BODY> </body> </HTML>


Thats the basic format of the HEAD and BODY section, heres how to use it:
This will show you the title of the page, look in the top left corner at mine!!!
    <HTML> <HEAD> <TITLE>.::The Scripting Network::.</TITLE> </HEAD> <BODY> </body> </HTML>


OK, thats boring, what else?
Well yes it is boring, but once you create more complex web pages its an absolute must. I will show you why in the CSS section later. Now for the BODY tag, where all your eye candy becomes visible. Everything pretty much goes here
    <HTML> <HEAD> </HEAD> <BODY> Look at my new webpage </body> </HTML> This will show
    Look at my new webpage
    at the top left of your screen. Notice ours is   .::The Scripting Network::.



Next lesson is Font




Scripting Network
  -- Register
  -- Login
  -- Contact
  -- Web Board
  -- Home



Fredward Inc.
  -- Websites
  -- Programs
  -- Graphics
  -- Order
  -- .::Other::.
  -- Contact
  -- Pricing
  -- Help/FAQ
 >>Official Site