HTML Quiz

HTML Quiz

9th Grade

14 Qs

quiz-placeholder

Similar activities

HTML

HTML

7th - 9th Grade

19 Qs

HTML

HTML

7th - 12th Grade

17 Qs

HTML

HTML

University

10 Qs

HTML

HTML

9th Grade

15 Qs

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

HTML Basics

HTML Basics

University

12 Qs

HTML Quiz

HTML Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Matthew Anzalone

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the first tag you should see in an HTML file?
<title>
<html>
<body>
<h1>

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the function of the <p> tag?
Defines a paragraph.
Makes the text purple.
It pushes the text to the right.
Prints the webpage.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is the largest heading? 
H2
H3
H4
H6

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The following tag will show a bulleted list
<ul>
<ol>
<li>
<list>

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which character is used to indicate an end tag?
{}
<
/
*

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Creates a numbered list (Ordered List)

<ul>

<li>

<li>

</ul>

<ol>

<li>

<li>

</ol>

<li>

</li>

<p>

<li>

<li>

</p>

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Creates a bulleted list (Unordered List)

<ul>

<li>

<li>

</ul>

<ol>

<li>

<li>

</ol>

<li>

</li>

<p>

<li>

<li>

</p>

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?