|
Review Its time to review what we have learned so far. Angled brackets < and > surround HTML tags. The words between the angle brackets are called elements. There are two kinds of tags:
All HTML documents should have the primary tags:
Headlines come in six sizes: <h1> being the largest and <h6> being the smallest. To create space between paragraphs use the container paragraph tag:
To create a line break
use the empty break tag:
To make a line use the empty horizontal rule tag:
Lists are usually numbered or bulleted.
HTML lists are nested with the listed item tag nested within the ordered or unordered
container tag:
Go to Chapter 7: Attributes--Adding interest to your page
|