Site hosted by Angelfire.com: Build your free website today!

Visual Dictionary of HTML(code)


Basic Start


Basic Html Structure (required)
  • < html >
    < head > < title >
    (place your title here)< /title >
    < body >
    (place all viewable things here)
    < /body >
    < /html >