HOW TO BUILD A WEBSITE

INTRO TO HTML

Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.

  • HTML = Hyper Link Markup Language
  • HTML outlines the sturcture of the website; the only content.
  • HTML uses tags to tell the computer what to do and where to look
  • HTML tags can represent title, paragraphs, or the structure of the page
  • After you type HTML, the browser will render a webpage!

HTML CODE EXAMPLE