| A | B |
| <html> | Defines an opening HTML document |
| </html> | Defines an closing HTML document |
| <head> | Defines the opening head section |
| </head> | Defines the closing head section |
| <title> | Defines the opening title that displays in the title bar of the web browser; the title is also displayed in search results |
| </title> | Defines the closing title that displays in the title bar of the web browser; the title is also displayed in search results |
| <body> | Defines the opening body section |
| </body> | Defines the closing body section |
| <h1>…<h6> | Defines the opening of six heading styles |
| </h1>….</h6> | Defines the closing of six heading styles |
| <p> | Defines an opening paragraph |
| </p> | Defines a closing paragraph |
| <a> | Opening anchor tag; defines hyperlinks; uses the href attribute |
| </a> | Closing anchor tag; defines hyperlinks; uses the href attribute |
| <audio> | Defines opening audio content |
| </audio> | Defines closing audio content |
| <video> | Defines opening video content |
| </video> | Defines closing video content |
| <img> | Image tag; defines an image to display; requires the src attribute |
| <br> | Defines a line break |
| Uniform Resource Locator | A character string referencing a resource on the Web is referred to as a: |
| Markup language | What type of language is HTML? |
| CSS | A style sheet language used for describing the presentation semantics (the look and formatting) of a document written in a markup language. |
| Fixed-width layout | Web document designed to fit a particular screen or monitor size. |
| Responsive design | Web documents designed to display properly on multiple devices; also known as fluid layouts |
| Target market | A group of users or customers that the business has decided to aim its marketing |
| Dynamic webpage | A page that is generated using client or server-side scripting to deliver content...Interactive |
| Static webpage | The page displays exactly as it is stored |
| Domain name | String of characters (name) used to identify a website. Xxxxxx names are regulated under the Xxxxxx Name System. |
| Hypertext | Text displayed on a computing device with a reference (hyperlink) to a resource that can be immediately accessed by a mouse click |
| Web browser | Special software that can retrieve and display a webpage |
| <h1>…<h6> </h1>….</h6> | Defines the six heading styles |