wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML Review Intro - Styles

Total questions: 9

Worksheet time: 5mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Hyper Text Markup Lingo

c)

Happy Text Markup Language

2.

What is <!DOCTYPE html> for?

a)

The doc element

b)

declaration defines that this document is an HTML5 document

c)

This element displays the document on a webpage

3.

What does the <body> element do?

a)

it is the document type declaration

b)

Visible part of the HTML document

c)

Define the page as an HTML document

4.

HTML links are defined with

a)

the <a> tag

b)

the <img> tag

c)

the <pre> tag

5.

What is an attribute?

a)

HTML attributes provide additional information about HTML elements.

b)

An attribute helps style HTML

c)

It is an HTML element

6.

What does the src Attribute do?

a)

It creates a place holder for an image

b)

It provides additional information for an element.

c)

The src attribute specifies the path to the image to be displayed

7.

What is the most important heading tag?

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h6>

8.

What does the HTML Horizontal Rule do?

a)

A paragraph always starts on a new line

b)

The <hr> tag defines a thematic break in an HTML page, and is most often displayed as a horizontal rule

c)

It defines preformatted text

9.

Which is the correct code for a full background color?

a)

<body style="background-color:powderblue;">

b)

<body style="background:red;">

c)

<body style=background-color:blue>