HTML Vocabulary worksheet for students to match HTML terms with their definitions.
HTML Vocabulary worksheet with questions and multiple-choice answers for learning HTML basics.
PNG
816×1056
32.8 KB
Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #910195
⭐
Show Answer Key & Explanations
Step-by-step solution for: HTML Vocabulary Worksheet - WordMint
▼
Show Answer Key & Explanations
Step-by-step solution for: HTML Vocabulary Worksheet - WordMint
Let's solve this HTML Vocabulary matching exercise step by step. We'll match each numbered question on the left with the correct lettered answer from the right.
---
- Meta information (like title, description, keywords) is placed in the `<head>` section.
- ✔ Answer: G. `<head>`
---
- The root element is the top-level container for all HTML content — it's the `<html>` tag.
- ✔ Answer: D. `<html>`
---
- The `<title>` tag defines the title of the document, shown in the browser tab.
- ✔ Answer: B. `<title>`
---
- The `<!DOCTYPE html>` declaration tells the browser that this is an HTML5 document.
- ✔ Answer: K. `<!DOCTYPE html>`
---
- The `<body>` tag contains all the content visible to users (text, images, links, etc.).
- ✔ Answer: J. `<body>`
---
- The `<h1>` tag is used for the largest heading.
- ✔ Answer: H. `<h1>`
---
- The `<p>` tag is used to define a paragraph.
- ✔ Answer: L. `<p>`
---
- HTML tags are enclosed in angle brackets (`< >`).
- ✔ Answer: F. Surrounded by angle brackets
---
- Most HTML tags come in pairs: opening and closing (e.g., `<p>...</p>`).
- ✔ Answer: I. pairs
---
- The opening and closing parts of a tag are referred to as "Opening tag / Closing tag".
- ✔ Answer: N. Opening tag / Closing tag
---
- A forward slash (`/`) is used in closing tags, like `</p>`.
- ✔ Answer: E. A forward slash
---
- It instructs the browser to render the page in standards mode and helps ensure proper display.
- ✔ Answer: A. Display pages correctly
---
- No, `<!DOCTYPE>` is not case-sensitive. It can be written in any case (e.g., `<!doctype html>` is valid).
- ✔ Answer: M. No
---
- HTML5 was officially released in 2014 by the W3C.
- ✔ Answer: C. 2014
---
| Question | Answer |
|--------|--------|
| 1 | G |
| 2 | D |
| 3 | B |
| 4 | K |
| 5 | J |
| 6 | H |
| 7 | L |
| 8 | F |
| 9 | I |
| 10 | N |
| 11 | E |
| 12 | A |
| 13 | M |
| 14 | C |
---
This worksheet tests basic understanding of HTML structure and syntax. Key points include:
- The `<html>` element wraps everything.
- `<head>` holds metadata; `<body>` holds visible content.
- Tags use angle brackets and often come in pairs.
- `<!DOCTYPE html>` ensures proper rendering.
- HTML5 was finalized in 2014.
Let me know if you'd like a printable version or explanation for any specific item!
---
1. Element contains meta information about the document
- Meta information (like title, description, keywords) is placed in the `<head>` section.
- ✔ Answer: G. `<head>`
---
2. Element is the root element of an HTML page
- The root element is the top-level container for all HTML content — it's the `<html>` tag.
- ✔ Answer: D. `<html>`
---
3. Element specifies a title for the document
- The `<title>` tag defines the title of the document, shown in the browser tab.
- ✔ Answer: B. `<title>`
---
4. Declaration defines this document to be HTML5
- The `<!DOCTYPE html>` declaration tells the browser that this is an HTML5 document.
- ✔ Answer: K. `<!DOCTYPE html>`
---
5. Element contains the visible page content
- The `<body>` tag contains all the content visible to users (text, images, links, etc.).
- ✔ Answer: J. `<body>`
---
6. Element defines a large heading
- The `<h1>` tag is used for the largest heading.
- ✔ Answer: H. `<h1>`
---
7. Element defines a paragraph
- The `<p>` tag is used to define a paragraph.
- ✔ Answer: L. `<p>`
---
8. What are tags surrounded by?
- HTML tags are enclosed in angle brackets (`< >`).
- ✔ Answer: F. Surrounded by angle brackets
---
9. Tags typically come in
- Most HTML tags come in pairs: opening and closing (e.g., `<p>...</p>`).
- ✔ Answer: I. pairs
---
10. What is the open and close of tags called?
- The opening and closing parts of a tag are referred to as "Opening tag / Closing tag".
- ✔ Answer: N. Opening tag / Closing tag
---
11. What symbol is included in close tags?
- A forward slash (`/`) is used in closing tags, like `</p>`.
- ✔ Answer: E. A forward slash
---
12. What is the purpose of `<!DOCTYPE>`
- It instructs the browser to render the page in standards mode and helps ensure proper display.
- ✔ Answer: A. Display pages correctly
---
13. Is `<!DOCTYPE>` case sensitive?
- No, `<!DOCTYPE>` is not case-sensitive. It can be written in any case (e.g., `<!doctype html>` is valid).
- ✔ Answer: M. No
---
14. What year was HTML5 created?
- HTML5 was officially released in 2014 by the W3C.
- ✔ Answer: C. 2014
---
✔ Final Answer Key:
| Question | Answer |
|--------|--------|
| 1 | G |
| 2 | D |
| 3 | B |
| 4 | K |
| 5 | J |
| 6 | H |
| 7 | L |
| 8 | F |
| 9 | I |
| 10 | N |
| 11 | E |
| 12 | A |
| 13 | M |
| 14 | C |
---
🔍 Summary Explanation:
This worksheet tests basic understanding of HTML structure and syntax. Key points include:
- The `<html>` element wraps everything.
- `<head>` holds metadata; `<body>` holds visible content.
- Tags use angle brackets and often come in pairs.
- `<!DOCTYPE html>` ensures proper rendering.
- HTML5 was finalized in 2014.
Let me know if you'd like a printable version or explanation for any specific item!
Parent Tip: Review the logic above to help your child master the concept of html worksheet.