| What to create | Exam |
| Which subject | Computer science |
| What age group | Year or Grade 11 |
| What topic | Html |
| Question types | Mixed |
| Number of questions | 15 |
| Number of answers | 4 |
| Correct answers | Exactly 1 |
| Show correct answers | |
| Use images (descriptions) | |
| Any other preferences |
Welcome to your HTML quiz! This quiz will test your knowledge of HTML concepts and elements. Answer each question carefully. Good luck!
What does HTML stand for?
Which of the following is the correct way to create a hyperlink in HTML?
<link href="url">Link</link><a href="url">Link</a><hyperlink src="url">Link</hyperlink><url>Link</url>What is the purpose of the <head> section in an HTML document?
Which tag is used to create an unordered list in HTML?
<ol><ul><list><li>What does the <img> tag require in order to properly display an image?
Which of the following elements is used for a line break in HTML?
<break><br><lb><linebreak>What is the default text alignment for elements in HTML?
Which tag is used to create a table in HTML?
<tbl><table><tab><t>What is the correct HTML element for inserting a footer in a webpage?
<footer><bottom><foot><section>How do you create a checkbox in HTML?
<input type="check"><input type="checkbox"><checkbox><input type="box">Which HTML attribute is used to define inline styles?
What is the correct HTML element for the largest heading?
<h6><heading><h1><head>Which of the following tags is used to define a navigation menu?
<navigate><nav><menu><navigation>Which attribute is used to specify the URL of the page the link goes to?
What is the purpose of the <meta> tag in the <head> section of an HTML document?