HTML Unit Quiz

HTML Unit Quiz

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

HTML Quiz

HTML Quiz

7th - 12th Grade

15 Qs

Codecadamy HTML

Codecadamy HTML

10th Grade - Professional Development

16 Qs

الاسبوع الاول - مراجعه لما سبق 2

الاسبوع الاول - مراجعه لما سبق 2

10th Grade

11 Qs

HTML & CSS

HTML & CSS

6th Grade - Professional Development

16 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

HTML Basics

HTML Basics

8th - 12th Grade

16 Qs

HTML - Tags, elements, tables and images

HTML - Tags, elements, tables and images

7th - 9th Grade

12 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

HTML Unit Quiz

HTML Unit Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Joseph Maxwell

Used 32+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a browser know that a file is a webpage?

It is opened in the browser

The filename ends with .html

It appears with a browser logo next to it

It contains the <html></html> tag

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an improper set of HTML tags?

<h1</h1>

<p></p>

<img />

<ul><li></li></ul>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a proper table-related HTML tag?

table

tr

tb

td

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags will appear the smallest?

h1

h2

h5

h4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following properly sets the src attribute?

<a src="http://google.com">Google</a>

<iframe src>http://weather.gov</iframe>

<img src="http://image.com/image.jpg">

<img>src="http://image.com/image.jpg"</img>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with the following code?


<a href="http://onbase.com"></a>

The link will not appear, no text content

The link will not go anywhere, improper href attribute

The link is missing the src attribute

The link has an unnecessary closing tag

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the relationship between the ul element and the li element?

The ul is the child of the li

The ul is the grandparent of the li

The ul is a sibiling to the li

the ul is the parent of the li

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?