Module 1 Quiz — HTML Fundamentals
1. What does HTML stand for?
a) HyperText Markup Language
b) Home Tool Markup Language
c) HyperText Modern Language
d) High Tech Markup Language
2. Which tag creates the largest heading?
a) ``
b) ``
c) ``
d) ``
3. Which attribute specifies the URL for a link?
a) `src`
b) `url`
c) `link`
d) `href`
4. Which tag is self-closing (no closing tag needed)?
a) ``
b) ``
c) `
`
d) ``
5. What does create?
a) A numbered list
b) A bulleted list
c) An underlined text
d) A URL link
6. Where does the tag go?
a) Inside ``
b) Inside ``
c) Inside ``
d) After ``
7. Which meta tag makes a page mobile-friendly?
a) ``
b) ``
c) ``
d) ``
8. How do you write a comment in HTML?
a) `// comment`
b) `# comment`
c) `/* comment */`
d) ``
9. Which is correct for an ordered list?
a) ``
b) `- Item
`
c) `- Item
`
d) `Item
`
10. What does the alt attribute on an ![]()
do?
a) Makes the image larger
b) Adds a tooltip on hover
c) Provides text for accessibility / when image doesn't load
d) Changes the image color