🗒 Cheat Sheet← Lesson
BitWithBite
HTML Worksheet

🌐 Introduction to HTML

Chapter: HTML · Level ★☆☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Know what HTML stands forRecognise tags and elementsWrite a first HTML lineUnderstand opening/closing tags
📚 Quick Recap

HTML — HyperText Markup Language — is the skeleton of every webpage. Without HTML there is nothing to style, nothing to script, nothing to display. In this lesson you'll learn exactly what HTML is, where it came from, how tags work, and write your very first HTML document from scratch.

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1HTML stands for:
2Tags are wrapped in:
3A closing tag starts with:
4<p>Hello</p> is an:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5HTML is a language, not a programming language.
6<p> is the tag; </p> closes it.
7Write a paragraph element saying Hello.
8Tag vs element in one line?
9Which tags have no closing tag? Give one.

🚀 Section C · Challenge ● CHALLENGE 5

10Why is HTML called 'markup'?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-A   2-C   3-A   4-B  |  5 markup   6 opening   7 = <p>Hello</p>   8 = Tag is the marker; element is tag + content + closing tag   9 = Void elements, e.g. <br>, <img>, <hr>  |  10 = It marks up/annotates content with meaning, it doesn't compute

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet