Week 1 covered the following html tags:
and These tags surround the whole hypertext document,
which consists of two main section: header and body.
and The head section holds the title and meta tags, as well
as Javascript functions.
and Denote the body section of the page.
to Heading font. H1 is largest.
New paragraph.
Line break.
and Bold.
and Italics.
and Underline.
andPreformatted text.
and Non-proportionl font, i.e. Courier or New Courier. Honorline feeds in the code section. Use for embedding real code in a page.
and Emphasis.
and Strong text.
and One size larger text.
and Subscripting.
and Superscripting.
Comments
- and
- and
Horizontal rule.
