wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML beginners quiz

Total questions: 13

Worksheet time: 8mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Tenth Milestone Language

b)

Hyper Text Makeup Language

c)

HyperText Markup Language

d)

Hyper Time Miniature Language

2.

<h1>

a)

paragraph text size

b)

smallest text size

c)

largest text size

d)

middle text size

3.

Which is the informal way of making a list? (Bulleted list)

a)

<ol>

b)

<ul>

c)

<i_nfl>

d)

<f_list>

4.

Which is the correct way to close the following <h1>?

a)

<<h1>>

b)

(h1)

c)

</h1>

d)

"h1";

5.

Define <strong>

a)

Purpose of emphasizing text; bold

b)

Purpose of making the text size smaller; less significant

c)

Purpose of making the text size larger and more readable

d)

Purpose grabbing attention; italics

6.

What is the range of headings and subheadings

a)

<h0> to <h10>

b)

<h0> to <h1>

c)

<h1> to <h6>

d)

<h1> to <h5>

7.

Add in the missing element

<p>Research indicates that dogs are more popular than cats.

(a)  

8.

How is the CLOSING list element presented in HTML?

a)

</Li>

b)

</li>

c)

<li>

d)

<LI>

9.

<img src="image.jpg" alt="picture of animals" />

What is the purpose of the "alt" attribute

a)

Works as a caption to an image

b)

Prints the image onto the page

c)

Helps people who have a seeing disability

d)

Tells what the picture shows of fails to load on device

10.

What does the <head> </head> contain

a)

hyperlinks

b)

data

c)

metadata

d)

text

11.

What attribute specifies where a hyperlink should be opened?

(a)  

12.

<title>News Headlines 101</title>

Is this statement correct?

(a)  

13.

Which Language do you prefer more?

a)

JavaScript

b)

HTML

c)

C or C++

d)

Python