Difference between revisions of "HTML 1"
Jump to navigation
Jump to search
m (incremental) |
m (increment often.) |
||
| Line 1: | Line 1: | ||
* Point out and discuss that web browsers can load HTML from any source; server or local file. | * Point out and discuss that web browsers can load HTML from any source; server or local file. | ||
| − | * Discuss HTML syntax; | + | ** http:// or file:/// in Location Bar |
| + | * Discuss HTML syntax; how to type the language | ||
** less than, greater than symbols are boundaries | ** less than, greater than symbols are boundaries | ||
** tag is the first word or letters found | ** tag is the first word or letters found | ||
| − | + | ||
| + | =SWDAT= | ||
| + | Students should identify an HTML element (other than one discussed) that they are aware of, or they think should exist. | ||
| + | |||
* Discuss basic HTML structure (head, body) | * Discuss basic HTML structure (head, body) | ||
** HEAD is used to load other assets (css, js) | ** HEAD is used to load other assets (css, js) | ||
| + | ** BODY is the primary document; it's what users see | ||
| + | |||
| + | * Document Outlines | ||
| + | ** proper use of H1, H2, P, etc | ||
| + | ** | ||
| − | * | + | * Discuss element attributes |
| + | ** CLASS / ID / STYLE | ||
Revision as of 12:33, 18 April 2013
- Point out and discuss that web browsers can load HTML from any source; server or local file.
- http:// or file:/// in Location Bar
- Discuss HTML syntax; how to type the language
- less than, greater than symbols are boundaries
- tag is the first word or letters found
SWDAT
Students should identify an HTML element (other than one discussed) that they are aware of, or they think should exist.
- Discuss basic HTML structure (head, body)
- HEAD is used to load other assets (css, js)
- BODY is the primary document; it's what users see
- Document Outlines
- proper use of H1, H2, P, etc
- Discuss element attributes
- CLASS / ID / STYLE