HTML 1

From FreekiWiki
Revision as of 16:59, 14 April 2013 by Bsandberg (talk | contribs) (incremental)
Jump to navigation Jump to search
  • Point out and discuss that web browsers can load HTML from any source; server or local file.
  • Discuss HTML syntax;
    • less than, greater than symbols are boundaries
    • tag is the first word or letters found
    • attributes provide additional description information
  • Discuss basic HTML structure (head, body)
    • HEAD is used to load other assets (css, js)