HTML Review

HTML Review

9th Grade

20 Qs

quiz-placeholder

Similar activities

HTML DT

HTML DT

7th - 10th Grade

20 Qs

HTML

HTML

9th - 12th Grade

25 Qs

HTML & CSS Review

HTML & CSS Review

7th - 12th Grade

20 Qs

HTML 2: Lists

HTML 2: Lists

8th - 10th Grade

15 Qs

HTML & CSS Basics

HTML & CSS Basics

9th - 12th Grade

15 Qs

HTML tags

HTML tags

9th - 12th Grade

20 Qs

Dreamweaver HTML Basic

Dreamweaver HTML Basic

5th - 9th Grade

15 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

HTML Review

HTML Review

Assessment

Quiz

Computers, Instructional Technology

9th Grade

Easy

Created by

Andrea Owens

Used 17+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Choose the correct answer.

</p>

:p

p:

<p>

Answer explanation

The correct answer is <p> because it represents the opening tag of a paragraph in HTML. The other options are either incorrectly formatted or do not represent valid HTML tags.

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Choose the correct answer.

<h2>

<h1>

<h6>

<h3>

Answer explanation

The correct answer is

because it represents the highest level of heading in HTML, indicating the most important section of content. Other options like

,

, and

represent lower levels of headings.

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Choose the correct answer.

<!DOCTYPE html>

<html>

<body>

All of the above

Answer explanation

The correct answer is 'all of the above' because a complete HTML document requires the , , and tags to function properly. Each of these elements plays a crucial role in structuring an HTML document.

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What is the meaning of <p>?

Starts a paragraph

Starts a text

Starts a body

Starts a number

Answer explanation

The <p> tag in HTML is used to start a paragraph. It indicates the beginning of a block of text, making 'Starts a paragraph' the correct choice. The other options do not accurately describe the function of this tag.

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What belongs at the beginning and end of every tag?

< >

//

( )

^^

Answer explanation

The correct answer is < > because these symbols are used to denote the beginning and end of HTML tags. Other options do not represent tag syntax in HTML.

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following tags is the last tag in an HTML document?

<end>

</body>

</footer>

</html>

Answer explanation

The last tag in an HTML document is , which signifies the end of the HTML content. Other tags like and are important but are not the final tag.

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

This tag defines a heading at the smallest size.

<h6>

<h2>

<h4>

<h1>

Answer explanation

The

tag defines the smallest heading size in HTML. It is used for the least important headings, while

is the largest and most important. Therefore,

is the correct answer for the smallest heading.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?