🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4
🧮 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.
🚀 Section C · Challenge ● CHALLENGE 5
✂ 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