Difference between revisions of "HTML 1"

From FreekiWiki
Jump to navigation Jump to search
m (moved HTML 101 to HTML 1: mistake)
m (incremental)
Line 1: Line 1:
Lorem ipsum.
+
* 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)
 +
 
 +
*

Revision as of 16:59, 14 April 2013

  • 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)