HTML Tag Review
Quiz by Rex Williams
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
- view complete results in the Gradebook and Mastery Dashboards
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
Our brand new solo games combine with your quiz, on the same screen
Correct quiz answers unlock more play!
8 questions
Show answers
- Q1This tag creates bullet points<ul><li><ol><p>30s
- Q2This tag is used for normal text.<html><h1><body><p>30s
- Q3Everything that appears on the page has to appear in this tag.<p><!DOCTYPE html><body><head>30s
- Q4Which image is correct?<img src=http://www.images.com/pic.jpeg><img href="http://www.images.com/pic.jpeg"><img src="http://www.images.com/pic.jpeg"><img src="http://www.images.com/pic.jpeg"30s
- Q5Which link is correct?<a src="www.google.com">Link to Google</a><a href="www.google.com"></a><a href="www.google.com">Link to Google</a><a href="www.google.com>Link to Google<a>30s
- Q6Which attribute controls image size?img="200"size="200"height="200"small="200"30s
- Q7Which doctype is correct?<!DOCTYPE html><!doctype html><!DOCTYPE HTML><DOCTYPE html>30s
- Q8Which heading has the largest text?<h6><h5><h1><h2>30s