click below
click below
Normal Size Small Size show me how
Chapter 2
HTML
| Definition | Term |
|---|---|
| Alignment | Position of text in a paragraph relative to the sides of the page: left, right, centered, and justified. |
| Attribute | Used to modify an element in an HTML tag. |
| Document Tags | The html, head, title, and body tags. |
| Element | The part of an HTML tag placed inside angle brackets (<>). For example, is called the title tag, where title is the element.</body> |
| HTML(HyperText Makeup Language) | A set of tags used to "mark up" plain text so that a browser application knows how to display the text. |
| Hypertext | A database system where objects, such as text and images, can be linked. |
| Ordered List | A list that is used to show a priority of importance. |
| Table | Arranges data in an HTML document. |
| Tag | Compromised of an element inside angle brackets that is used to "mark up" plain text so that a browser application knows how to display the text. |
| Unordered List | A list that is used when each item is equally important. |