| 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, including the tags |
| angle brackets | <> |
| backslash | / |
| forward slash | \ |
| <src img+ | html command to insert an image |
| 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, including http://www. |
| browser | software suites that can interpret and display HTML Web pages |
| syntax | the spelling and grammar of a programming language. |
| notepad | a text editor that can be used to enter html code |
| body | contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc. |