| A | B |
| Tag | keywords or names that are surrounded by angle bracketsÊ |
| Attribute | provide additional information about HTML elements and what the page should do. |
| Element | everything between the start tag and the end tag |
| Angle brackets | <> |
| Backslash | / |
| Forward slash | \ |
| Body | contains all the contents of an HTML document |
| Docutype | it is an instruction to the web browser about what version of HTML the page is written in. |
| Relative Location | only point to a file or a file path within a website |
| Absolute Location | paths always include the domain name of the website |
| Browser | software suites that can interpret and display HTML Web pages |
| Syntax | the spelling and grammar of a programming language. |
| Note pad | a text editor that can be used to enter html code |
| <src img= | html command to insert an image |