| A | B |
| Attributes | provide additional information about tags and control how the tag will be interpreted by the browser |
| CSS | Cascading Style Sheets is a popular style sheet language |
| External style sheet | styles are defined in a separate text file saved with the .css extension |
| Hierarchical | Use to organize complex bodies of information |
| HTML | The first authoring language used to create files that can be viewed on the World Wide Web |
| Inline Styles | the code for the style is inserted inside the opening html tag |
| Internal style sheet | used to control the appearance of one webpage |
| Linear | Use for pages that users need to read in order |
| Standards | basic set of guidelines for authoring languages used to make webpages |
| Style Sheets | Describe how browsers should present or display information on a webpage. Gives web developers more control over layout and page formatting |
| Webbed | Use when the order in which the user views the pages does not matter |
| Webpage | a document stored on a web server which can be accessed and viewed using a web browser on a computer or mobile device |
| Website | a collection of related webpages |
| XHTML | Extensible Hypertext Markup Language – uses XML code along with the HTML programming language to develop webpages |
| XML | Extensible Markup Language. Designed to carry data, not to display it. Uses author-defined tags to identify data so that the data can be easily imported into other applications. |