Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Review for Test 3

Total questions: 38

Worksheet time: 31mins

Name
Class
Date
1.
What is the purpose of HTML
a)
To make a formatted document
b)
To make a webpage
c)
To edit photos
d)
To make a creative slide
2.

WHAT IS WRONG WITH MY CODE?


<Html></Html>

<Head>

<Title>MY WEB PAGE</Title>

<Body>

<P>Paragraph Text Here.</P>


</Body>

a)

Missing Important Tag

b)

Typo/Spelling

c)

Missing End Tag

d)

Incorrect Tag Placement

3.

What are the two parts that make up every HTML document?

a)

Image and Text

b)

Tags and Text

c)

Head and Body

d)

HyperText and Markup Language

4.

If there is an error in this code, where is it?

a)

No error in this code.

b)

Line 5

c)

Line 9

d)

Line 11

5.

If there is an error in this code, where is it?

a)

No error in this code.

b)

Line 5

c)

Line 9

d)

Line 11

6.

Which tag was used to place the purple tiger paw on this page?

a)

<a>

b)

<img>

c)

<pic>

d)

<p>

7.
HTML tags are always surrounded by
a)

(parenthesis)

b)

{curly brackets}

c)

<angle brackets>   

d)

"double quotes"

8.

It is a global network of billions of computers and other electronic devices.

a)

search engine

b)

internet

c)

web browser

d)

all of the above

9.

What does WWW stand for?

a)

World Wide Web

b)

Wide World Web

c)

Web World Wide

d)

We Will Wait

10.

A collection of web pages is called a...

a)

web server

b)

web browser

c)

website

d)

WiFi

11.

What do the letters URL stand for?

a)

Universal Resource Locator

b)

Unbelievable Resource Locator

c)

Uniform Resource Locator

d)

Undergound Railway Line

12.

A ___________ is an icon, graphic, or text that links to another file or object. These are what allow web pages to connect to other web pages

a)

hyperlink

b)

HTML Tags

c)

browser

d)

<br>

13.

The ______ ______ is an inline element used to designate a holding space for linked images.

a)

<br> tag

b)

<h1> tag

c)

<img> tag

d)

<ol> tag

14.

<p> tag

a)

is a block element used to designate a paragraph.

b)

is an inline element used to create a new page.

c)

is a block element used to post a picture on a web page.

d)

is an inline element used to style with the color purple.

15.

In CSS, which selector would you use to select a paragraph with a class of "bright"?

a)

.bright

b)

#bright

c)

bright.p

d)

p bright

16.

In CSS, which selector would you use to select an image with an id of "footer"?

a)

img

b)

footer.img

c)

#footer

d)

.footer

17.

Is HTML case sensitive?

a)

Yes

b)

No

18.

Are class and ID selectors in CSS case sensitive?

a)

Yes

b)

No

19.
Which tag defines the visible content of a web document?
a)
<head>
b)
<meta>
c)
<title>
d)
<body>
20.

The correct option to create a class is: .basic {

but the right code to call and use the values and properties of this class would be...

a)
class="basic"
b)

id="basic"

c)

basic();

d)

<basic>

21.

The option to create an Id in HTML is #example {

but the option to call it and use all its properties would be...

a)
id = "example"
b)

class="example"

c)

example="id"

d)

.id=example

22.

If I wanted to assign an attribute to style every single <p> tag what would work best?

a)

p {color: blue;}

b)

.p {color: blue;}

c)

.paragraphs {color: blue;}

d)

#paragraphs {color: blue;}

23.

HTML is the language used to create .....

a)

Web Pages

b)

iPad Applications

c)

Mobile Applications

d)

Games

24.

The LAST tag on a HTML document

a)

</body>

b)

<html>

c)

</html>

d)

None on the above

25.

</body>

a)

Opening Body tag

b)

Paragraph tag

c)

Closing body tag

d)

Header tag

26.

The correct way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

27.
a)

<h1>The 90s</h1>

b)

<p>The 90s</p>

c)

<body>The 90s</body>

d)

<html>The 90s</html>

28.

a)

<title>The 90s</title>

b)

<h1>The 90s</h1>

c)

<head>The 90s</head>

d)

<li>The 90s</li>

29.
a)

<img src="face.png"/>

b)

<image src="face.png"/>

c)

<img="face.png"/>

d)

<"face.png"/>

30.
Which of these is the correct way to set the document to a html file?
a)
<!DOCTYPE html>
b)
<!DOCTYPE = html>
c)
<DOCTYPE html>
d)
DOCTYPE = html
31.

What is css used for?

a)

Creating web pages

b)

Styling web pages

c)

Linking web pages together

d)

Creating videos

32.

What is this image an example off?

a)

html

b)

css

33.

Look at the HTML code below and predict how the headings will be displayed.


<h3> Eggs </h3>

<h1> Bacon </h1>

<h6> Waffles </h6>


Choose from one of the options.

a)
b)
c)
d)
34.

Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.

a)
b)
c)
d)
35.

Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.

a)
b)
c)
d)
36.

A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

a)

copyright

b)

creative commons

c)

intellectual property

d)

citation

37.

Debugging: Which of the following html elements contains a bug?

a)
b)
c)
d)
e)
38.

A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.

a)

copyright

b)

HTML tag

c)

bug

d)

hyperlink

e)

citation