1 Answers
📚 Topic Summary
HTML (HyperText Markup Language) is the language used to create web pages. Think of it as the blueprint for a website! HTML uses special codes called 'tags' to tell the web browser how to display text, images, and other content. Worksheets can help you learn these tags and understand how they work together to build a webpage. It's like building with digital blocks!🧱
📖 Part A: Vocabulary
Match the terms with their definitions:
| Term | Definition |
|---|---|
| 1. Tag | A. The main content of a webpage |
| 2. Element | B. A specific instruction in HTML, usually in angle brackets (< >) |
| 3. Attribute | C. Adds extra information to an HTML tag |
| 4. Body | D. Everything between the start tag and the end tag, including the tags |
| 5. HTML | E. The language used to create web pages |
(Answers: 1-B, 2-D, 3-C, 4-A, 5-E)
✍️ Part B: Fill in the Blanks
Complete the following paragraph with the correct words.
Every HTML document starts with the <_______> tag and ends with the </_______> tag. Inside, you'll find the <head> and <_______> sections. The <title> tag goes in the <head> and shows up in the browser's _______ bar. The main content goes inside the <_______> section.
(Answers: html, html, body, title, body)
🤔 Part C: Critical Thinking
Imagine you want to add a picture of a cat to your webpage. What HTML tag would you use, and what attribute would you need to tell the browser where to find the cat picture file?
Join the discussion
Please log in to post your answer.
Log InEarn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀