wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MMWPD Unit 4.01 - Tags

Total questions: 23

Worksheet time: 8mins

Name
Class
Date
1.

Defines the root of an HTML document

a)

<html>

b)

<head>

c)

<title>

2.

Defines information about the document

a)

<head>

b)

<h1>

c)

<hr>

3.

Defines a title for the document. The title appears in the browser; not in the web page. The title must be in the head section.

a)

<html>

b)

<p>

c)

<title>

4.

Defines the document's body; the visible content.

a)

<br>

b)

<body>

c)

<a href=>

5.

Defines a paragraph

a)

<body>

b)

<p>

c)

<br>

6.

Defines HTML headings; heading style 1 is the largest relative to the others

a)

<h1>

b)

<h6>

c)

<img src=>

7.

Defines HTML headings; heading style 6 is the smallest relative to the others

a)

<head>

b)

<body>

c)

<h6>

8.

Defines an image; src is a required attribute and alt is required

a)

<a href=>

b)

<img src=>

c)

<title>

9.

Anchor tag; Defines a hyperlink; href is a required attribute

a)

<img src=>

b)

<hr>

c)

<a href=>

10.

Horizontal rule; Defines a thematic change in the content

a)

<hr>

b)

<br>

c)

<html>

11.

Break tag; Defines a single line break

a)

<head>

b)

<body>

c)

<br>

12.

Defines sound content

a)

<meta>

b)

<audio>

c)

<link>

13.

Defines a video or movie

a)

<embed>

b)

<audio>

c)

<video>

14.

Defines a container for an external (non-HTML) application

a)

<embed>

b)

<object>

c)

<header>

15.

Defines an embedded object

a)

<object>

b)

<embed>

c)

<style>

16.

Defines style information for a document

a)

<meta>

b)

<link>

c)

<style>

17.

Defines the relationship between a document and an external resource (most used to link to style sheets)

a)

<link>

b)

<footer>

c)

<header>

18.

Defines metadata about an HTML document

a)

<meta>

b)

<div>

c)

<meta_data>

19.

Defines a section in a document (block-level)

a)

<span>

b)

<div>

c)

<meta>

20.

Defines a section in a document (inline)

a)

<div>

b)

<meta>

c)

<span>

21.

Defines a header for a document or section

a)

<header>

b)

<footer>

c)

<!--put comment text here-->

22.

Defines a footer for a document or section

a)

<footer>

b)

<header>

c)

<!--put comment text here-->

23.

HTML comment

a)

<html>

b)

<!--put comment text here-->

c)

<html_comment>