Headings and Lists Review Quiz

Headings and Lists Review Quiz

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

Тест По HTML

Тест По HTML

1st - 11th Grade

10 Qs

Web Unit Lab 0 Tags

Web Unit Lab 0 Tags

9th - 12th Grade

10 Qs

Soal USP 2022 #3

Soal USP 2022 #3

12th Grade

10 Qs

ETIQUETAS HTML :)

ETIQUETAS HTML :)

10th Grade

6 Qs

HTML Basics

HTML Basics

10th Grade

10 Qs

CSS QUIZ #3

CSS QUIZ #3

9th - 12th Grade

10 Qs

HTML

HTML

11th - 12th Grade

10 Qs

Headings and Lists Review Quiz

Headings and Lists Review Quiz

Assessment

Quiz

Other

9th - 12th Grade

Medium

Created by

James Whetzel

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which element tag gives you the largest heading?

<h1> </h1>

<h2> </h2>

<h5> </h5>

<h6> </h6>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which element tag tells the computer to create a bulleted list?

<h1></h1>

<ul> </ul>

<ol> </ol>

<p> </p>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want to create an numbered (ordered) list, what element tags are needed for each list item? (Hint: these go between the <ol> and </ol> tags?

<ul> </ul>

<li> </li>

<h1> </h1>

<p> </p>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which shows the correct formatting of a web page that has a heading, a short paragraph, and an unordered list of 3 items?

Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the error in the html file shown? (Click on the image to see a larger version)

The wrong element tag was used for the list items.

There is a missing end tag for the heading.

The word vacation was spelled wrong.