
HTML review
Quiz by Janet Sterling
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
12 questions
Show answers
- Q1What does HTML meansHyper Text markup language30s
- Q2What does this tag do? <a href="http://www.cnn.com">CNN</a>link to a web site30s
- Q3Syntax to change font type of a heading in HTML is< h1 style="font-family:verdana;">30s
- Q4What is the correct HTML for making a drop-down list?<select>30s
- Q5What does this tag do in a web page? <img src="steve.jpg">Displays an image on the page30s
- Q6What tag is used to make the text bold?<b>30s
- Q7What tag is used to define a new row in a table?<tr>30s
- Q8How can you make a list that lists the items with bullets?<ul>30s
- Q9What is the correct HTML for inserting an image?<img src="image.gif" alt="MyImage"/>30s
- Q10What is the correct HTML tag for inserting a line break?<br/>30s
- Q11How can you make a list that lists the items with numbers?<ol>30s
- Q12what the correct HTML tag to make a text italic:<i>30s