× Home History DIY Projects Interviews Quizzes Resources Team & The Process

HTML QUIZ

1) What does the tag do?

It allows you to put an image on your website.
It allows you to put a link on your website.
It allows you to put text on your website.

2) IDs override tags and classes.

True
False

3) Is the following code correct?

Yes, everything looks great!
No, this line of code is missing a forward slash (/) in the closing tag.

4) What does HTML stand for?

Hypertext Markup Language
Home Text Module Language

5) What does the tag wrap?

Elements that shouldn’t be rendered; information about the page and how to process it.
Elements that should be displayed: the actual content.