| A | B |
| Attribute | A term that describes the properties of an element. |
| Hierarchical structure | Structure that organizes pages into categories and subcategories. |
| Linear structure | Structure designed so that visitors view one page at a time, often in a specific order. |
| Navigation system | How hyperlinks are implemented to facilitate the way visitors browse from page to page in a Web site. |
| Random access structure | Structure that allows Web site visitors to jump to any page on the Web site from any other page. |
| Value | Defines the specific property, such as the specific font name, font size, or color. |
| Element | Everything from the start tag to the end tag, and the content between. |
| Anchor | This tag can be used in two ways: 1)1.To create a link to another document, and 2) 2.To create a bookmark inside a document. |
| HREF | This attribute specifies the destination of a link. |
| Unordered list | This list items are marked with bullets (typically small black circles). |
| <li> | Each list item starts with this tag. |
| <p> | This tag is used to divide html documents into sections. |