HTML Quiz

HTML Quiz

9th Grade

14 Qs

quiz-placeholder

Similar activities

Recap on HTML and CSS

Recap on HTML and CSS

University

16 Qs

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

ITAA Unit 4: HTML

ITAA Unit 4: HTML

9th - 12th Grade

18 Qs

HTML Year 8

HTML Year 8

12th Grade

18 Qs

HTML

HTML

5th - 10th Grade

10 Qs

HTML

HTML

9th - 12th Grade

11 Qs

Code.Org HTML Tags Quiz

Code.Org HTML Tags Quiz

7th Grade - University

16 Qs

HTML

HTML

7th - 9th Grade

19 Qs

HTML Quiz

HTML Quiz

Assessment

Quiz

Created by

Matthew Anzalone

Computers

9th Grade

1 plays

Medium

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?