wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What does SVG stand for?

a)

Scaling Vast Game

b)

Skull Van Gogh

c)

Scalable Vector Graphics

d)

Skill Value Graphic

2.

What does the <meta> tag do?

a)

Nothing.

b)

Defines the description and details of a website.

c)

Used for accessing internal CSS codes.

d)

Defines and automatically executes all HTML codes and formats.

e)

It is used for setting up the charset of the website.

3.

How do you link a stylesheet?

a)

<a href="stylesheet.css">

b)

<link rel="stylesheet"

type="text/css"

href="styles.css">

c)

<img src="stylesheet.png"

alt="stylesheet">

d)

<link rel="styles.css">

4.

What is the tag where all text are visible?

a)

<head>

b)

<!DOCTYPE html>

c)

<meta>

d)

<body>

e)

<textarea>

5.

What are the tags that are used inside the <table> tag?

a)

th, td, and tr.

b)

ol, ul, and li.

c)

head, body, and meta.

d)

style, title, and html.

6.

What are needed to create a calculator using HTML?

a)

table, p, a, and h1.

b)

input, button, and Javascript.

c)

CSS, button, p, and input.

d)

textarea, SVG, and video.

7.

Is <input> and <textarea> simiar?

a)

Yes

b)

Maybe

c)

Probably

d)

No

8.

How do you create a Horizontal Rule?

a)

With <horizontal rule>.

b)

With <horule>

c)

With <hr>

d)

With <hrule>

9.

How do you create a Line Break?

a)

With <line break>.

b)

With <lb>.

c)

With <break>.

d)

With <bl>.

e)

With <br>.

10.

How do you start an HTML 4.01 Transitional?

a)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

b)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

c)

<!DOCTYPE html>

d)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

e)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">