wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Html img

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Defines the document type

a)

<!DOCTYPE>

b)

<html>

c)

<title>

d)

<head>

2.

Contains metadata/information for the document

a)

<!DOCTYPE>

b)

<html>

c)

<title>

d)

<head>

3.

This tag shows up in the tab above the url bar

a)

<!DOCTYPE>

b)

<html>

c)

<title>

d)

<head>

4.

Contains the entire HTML document

a)

<!DOCTYPE>

b)

<html>

c)

<body>

d)

<head>

5.

Defines the document's body

a)

<!DOCTYPE>

b)

<html>

c)

<body>

d)

<main>

6.

This is a paragraph tag

a)

<h1>

b)

<h2>

c)

<p>

d)

<a>

7.

Defines a single line break

a)

<space>

b)

<br>

c)

<p>

d)

<body>

8.

The largest HTML heading

a)

<h6>

b)

<h1>

c)

<HTML>

d)

<head>

9.

Defines an image

a)

<h1>

b)

<p>

c)

<button>

d)

<img>

10.

Creates a bulleted list (Unordered List)

a)

<ul>

<li>

<li>

</ul>

b)

<ol>

<li>

<li>

</ol>

c)

<li>

</li>

d)

<p>

<li>

<li>

</p>

11.

Which of the following html tags are self closing? (They do not require a second tag to close them?) Select all that apply.

a)

<html>

b)

<img/>

c)

<br>

d)

<button>

12.

Fill in the blank to complete the line of code for inserting an image

< ___ src = "image.jpg">

a)

image

b)

picture

c)

igm

d)

img

13.

Which of the following tags is used for title?

a)

<p></p>

b)

<header></header>

c)

<h1></h1>

d)

<b></b>