Recall & Review
beginner
What does HTML stand for?
HTML stands for HyperText Markup Language. It is the standard language used to create and design web pages.
Click to reveal answer
beginner
What is the main purpose of HTML in web pages?
HTML provides the structure of a web page by using tags to organize content like headings, paragraphs, images, and links.
Click to reveal answer
beginner
Which HTML tag is used to create a paragraph?
The
<p> tag is used to create a paragraph in HTML.Click to reveal answer
beginner
How does HTML relate to a real-world book?
Think of HTML as the table of contents and chapters of a book. It organizes the content so readers (browsers) know what to show and where.
Click to reveal answer
beginner
What role do tags like
<h1> and <a> play in HTML?<h1> defines a main heading, and <a> creates a clickable link. Tags tell the browser how to display and interact with content.Click to reveal answer
What is the correct HTML tag to add an image?
✗ Incorrect
The
tag is used to embed images in HTML.
Which tag is used to create a hyperlink in HTML?
✗ Incorrect
What does the 'lang' attribute in the <html> tag specify?
✗ Incorrect
The 'lang' attribute tells browsers and assistive technologies the language of the page content.
Which tag is used to define the main heading of a web page?
✗ Incorrect
defines the main heading visible on the page.
What is the role of the <body> tag in an HTML document?
✗ Incorrect
The tag holds all the content that users see on the web page.
Explain in your own words what HTML is and why it is important for web pages.
Think about how a web page is built and what tells the browser what to show.
You got /4 concepts.
Describe how HTML tags work using a real-life analogy.
Imagine organizing a book or a recipe with headings and steps.
You got /4 concepts.