wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

The Language Sloth - HTML Pop Quiz

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Hyper Text Machine Language

c)

Hyper Technical Machine Language

d)

None of these

2.

Which example is written correctly?

a)
b)
c)
d)
3.

HTML tags are represented within

a)

[]

b)

()

c)

<>

d)

{}

4.

Which of these elements are all <table> elements?

a)

<table><head><tfoot>

b)

<table><tr><td>

c)

<thead><body><tr>

d)

<table><tr><tt>

5.

HTML comments start with <!-- and end with -->

a)

True

b)

False

6.

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed and read by screen readers?

a)

title

b)

href

c)

src

d)

alt

7.

How many directories do you need to get from index.html to pineapples.html

a)

1

b)

3

c)

0

d)

2

8.

What is the correct HTML element for playing video files?

a)

<video>

b)

<media>

c)

<source>

d)

<mp4>

9.

Which HTML element defines navigation links?

a)

<navigate>

b)

<nav>

c)

<navigation>

d)

None of the above

10.

What are the differences between <div> and <span> ?

a)

<div> groups content or elements and <span> groups phrases within content

b)

They are empty tags that do nothing to the code.

c)

<div> divides the code by 4 equal parts and <span> converts the content into Spanish

d)

They help with organizing the content on the page.