Difference between revisions of "HTML 1"
Jump to navigation
Jump to search
m (incremental) |
|||
| Line 1: | Line 1: | ||
| − | + | * 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 15: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)