wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FINAL EXAM: LIVING IN THE IT ERA

Total questions: 50

Worksheet time: 50mins

Name
Class
Date
1.

What do you call a document that can be accessed through the world wide web?

a)

Webpage

b)

Website

c)

Web browser

d)

Web search engine

2.

HTML stands for ?

a)

Hypertext Markup Language

b)

Hyperlink Markup Language

c)

Hypertext Mark Language

d)

Hyperfile Markup Language

3.

What will be the output for the following program?

<html>


<body>


<p>Hello SJPS</p>


</body>


</html>

a)

<Hello SJPS>

b)

Hello SJPS

c)

both are correct

4.

HTML tags are element names surrounded by __________.

a)

<angle brackets>

b)

(round brackets)

c)

[square brackets]

d)

(round brackets) and [square brackets]

5.

The first tag in a pair is the start tag, the second tag is the __________.

a)

new tag

b)

end tag

c)

last tag

d)

old tag

6.

The _______ element contains meta information about the document

a)

<title>

b)

<body>

c)

<h1>

d)

<head>

7.

The end tag is written like the start tag, but with a forward slash inserted before the tag name. Which is the following is an example of a correct end tag?

a)

<p>

b)

<p/>

c)

</p>

d)

</p/>

8.

The <p> element defines a ___________.

a)

title

b)

heading

c)

paragraph

d)

page content

9.

The _____ element defines a large heading

a)

<h2>

b)

<h1

c)

<h3>

d)

<h4>

10.

What is 'html' used for?

a)

to search websites

b)

to spellcheck web pages

c)

to create webpages

d)

to destroy viruses

11.

Who is the inventor of html ?

a)

Edward Page

b)

Sergey Brin

c)

Larry Page

d)

Tim Berners-Lee

12.

In computer text processing, a _________ language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text.

a)

mark

b)

markin

c)

markup

13.
The address of a document or other file accessible on the Internet
a)
URL
b)
HTML
c)
CSS
d)
Browser
14.
Web pages are divided into two main sections
a)
Head and Title
b)
Title and Paragraph
c)
Head and Body
d)
Begin and End
15.
Which is the opening tag for an html document?
a)
<html/>
b)
html>
c)
</html>
d)
<html>
16.
How many heading are there?
a)
5
b)
6
c)
4
d)
3
17.
Which is the italics tag?
a)
<i><i>
b)
</i><i>
c)
<i></>
d)
<i></i>
18.
Every HTML document must have the following
a)
html,head,title,body
b)
html,body,paragraph,end
c)
head,body,title
d)
head and body
19.

<img>

a)

image tag

b)

video tag

c)

hyperlink tag

d)

table tag

20.

The <body> contains everything that is displayed on the webpage.

a)

True

b)

False

21.

The LAST tag on a HTML document

a)

</body>

b)

<html>

c)

</html>

d)

None on the above

22.

</body>

a)

Opening Body tag

b)

Paragraph tag

c)

Closing body tag

d)

Header tag

23.

The correct way to write an h1 tag

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

24.

Inserts a line break

a)

<hr>

b)

<br>

c)

<ol> </ol>

d)

<li> </li>

25.
What is the correct HTML for adding a background color?
a)
<body bgcolor=pink>
b)
<background color=pink>
c)
<body bgcolour=pink>
d)
<background bg=Pink>
26.
Which character is used to indicate an end tag?
a)
~
b)
/
c)
*
d)
<
27.

Which HTML attribute contains the address or location of an image?

a)

alt

b)

title

c)

src

d)

longdesc

28.

What is wrong with the following html code?


<html>

<head><title></title></head>

<body>

</html>

a)

Nothing is wrong with the HTML code

b)

Missing opening body

c)

Missing closing body

d)

Missing the title text

29.

<p> </p>

a)

paragraph tags

b)

heading tags

c)

hyperlink

d)

picture tag

30.

What goes in the <head> section

a)

Links

b)

Title

c)

Hair

d)

Body

31.
Text that when clicked takes the user to a different webpage of website is known as...
a)
A Hyperlink
b)
A Hotspot
c)
A Slice
d)
A Text Frame
32.

Which of the following codes starts a set of HTML code?

a)

<html>

b)

<doctype html>

c)

<!DOCTYPE HTML>

d)

<doctype><html>

33.

What is the difference between HTML and CSS?

a)

HTML provides the content, CSS provides the pictures

b)

HTML provides the structure & content, CSS provides the color / look of the web page

c)

HTML and CSS are the same thing

d)

None of the above

34.

What is the purpose of CSS selectors?!

a)

The purpose of CSS selectors is to change the font style of a web page.

b)

The purpose of CSS selectors is to add animations to a web page.

c)

The purpose of CSS selectors is to create interactive forms on a web page.

d)

The purpose of CSS selectors is pinpointing particular HTML elements for the application of styles.

35.

The space between the inside stuff and the edge of the box.

a)

Content

b)

Boarder

c)

Margin

d)

Padding

36.

What is CSS?

(a)  

37.
Which is the selector for a link?
a)
a { }
b)
link { }
c)
href { }
d)
a href { }
38.
Which is the selector in this CSS?
p {color: red;}
a)
p
b)
color
c)
red
39.
________ positioning keeps the element in the normal document flow, while ________ positioning takes it out of the normal flow.
a)
relative, absolute
b)
absolute, relative
c)
fixed, static
d)
parallel, universal
40.
What symbols go around the properties for each CSS selector?
a)
< >
b)
[ ]
c)
{ }
d)
( )
41.

YOU SHOULD SAVE HTML FILE WITH WHICH FILE EXTENSION?

a)

A. .TXT

b)

B. .HTML

c)

C. .HTM

d)

BOTH B AND C

42.

what is the output of the following tag?

<b><u> The lightning </b></u>

a)

The lightning

b)

The lightning

43.

What does the element "<head>" contain?

a)

Lists and tables

b)

Images and links

c)

The visible body of the page

d)

Meta information about the HTML page

44.

What does the

element "<h1>" do?

a)

Defines a large heading

b)

Defines an image

c)

Defines a paragraph

d)

Defines a link

45.

What is an HTML element?

a)

An element has a start tag, content, and an end tag

b)

An element has only an end tag

c)

An element has only a start tag

d)

An element has no content

46.

What is an empty element in HTML?

a)

An element without a start tag

b)

An element without content

c)

An element without an end tag

47.

What does the element "<!DOCTYPE html>" declare?

a)

That the document is HTML5

b)

That the document is HTML4

c)

That the document is XHTML

d)

That the document is XML

48.

Which one of the following options is the correct basic construction of HTML Structure?

a)

<html>

<title>

<head></head>

</title>

<body>

</body>

</html>

b)

<html>

<title>

<head></head>

</title>

<body>

</html>

c)

<html>

<head>

<title></title>

</head>

<body>

</body>

</html>

d)

<head>

<html>

<title></title>

</html>

<body>

</body>

</head>

49.

These are label pieces of content such as "heading", "paragraph", "table", and so on

a)

HTML (Hyper Text Markup Language)

b)

Web Browsers

c)

HTML elements

d)

HTML tags

50.

Which of the following codes would create a horizontal line

a)

<br>

b)

<h1></h1>

c)

<hr>

d)

<p>