wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ETC Long Quiz

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

With HTML and CSS, you can create your own website

a)

True

b)

False

2.

CSS stands for Cascading Source Sheet

a)

True

b)

False

3.

HTML is the language to define the structure of a webpage

a)

True

b)

False

4.

CSS is the language used to add style to a webpage

a)

True

b)

False

5.

A head section is visible to a person viewing the Web page.

a)

True

b)

False

6.

The <body> element defines the document’s body and is a container for all the visible contents in a webpage

a)

True

b)

False

7.

The <h1> elements define the smallest heading.

a)

True

b)

False

8.

HTML attributes provide additional information about HTML elements. 

a)

True

b)

False

9.

  • Every Web page opens first with HTML code

a)

True

b)

False

10.

  • A meta tag is used to reach internet search engines.

a)

True

b)

False

11.

  • The first part of a URL (http) describes the resource used to retreive a Web resource.

a)

True

b)

False

12.

  • Which format is best for high quality Web photos?

a)

GIF

b)

JPEG

c)

IMG

d)

TIFF

13.

What is the tag beginning the section of the Web page that is visible to the viewer/user?

a)

<HTML>

b)

<BODY>

c)

<TITLE>

d)

<HEAD>

14.

Which is the default text size of internet web page text?

a)

<H1>

b)

<H2>

c)

<H3>

d)

<H4>

15.

Which tag begins a new paragraph?

a)

<PARAGRAPH>

b)

<PP>

c)

<PI>

d)

<P>

16.

How would you add the background color yellow?

a)

<background-color:yellow>

b)

<color addition="background-color:yellow">

c)

<body style="background-color:yellow">

d)

<bg color=yellow>

17.

Which html code create an ENTER effect or new line effect

a)

<ENTER>

b)

<BREAK>

c)

<NEW LINE>

d)

<BR>

18.

An HTML code create

a)

<HORIZONTAL LINE>

b)

<HR>

c)

<HLINE>

d)

<ZL>

19.

The  less-than and greater-than angle brackets surrounding an element creates a ______.

a)

Question

b)

Movement

c)

Sentence

d)

Tag

20.

Which pair of tag begins underline text?

a)

<ul> ... </ul>

b)

<u> .... </u>

c)

<underline> ... </underline>

d)

<line> ... </line>

21.

Which is the correct CSS syntax?

a)

body { color: black; }

b)

body: color-black

c)

{ body color is black ; }

d)

{ body; color=black; }

22.

You wish your list to be in a particular order. Which tag should you use?

a)

<LIST>

b)

<OL>

c)

<OS>

d)

<LS>

23.

  • Every HTML document should have what?

a)

A body section, with the head and followed by title

b)

A head section, with the Title and followed by body.

c)

A title section, with the head and followed by body.

d)

A title and body only

24.

Who is making the Web standards?

a)

The world wide web consortium

b)

Microsoft

c)

Mozilla

d)

Google

25.

Choose the correct HTML element to define emphasized text

a)

<italics>

b)

<IL>

c)

<EM>

d)

<I>

26.

What is the correct HTML for creating a hyperlink?

<a url="http://www.w3schools.com">W3Schools.com</A

a)

<a>http://www.w3schools.com</a>

b)

<a> ref="http://www.w3schools.com">W3Schools</a>

c)

<a name="http://www.w3schools.com">W3Schools.com</>

27.

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


a)

New Tag

b)

Last Tag

c)

End Tag

d)

Old Tag

28.

If you want to have more than one property for a CSS selector, what character separates them?


a)

comma ( , )

b)

semi-colon ( ; )

c)

dash ( - )

d)

colon

29.

What is the function of this tag in a webpage? <img scr=”png”>


a)

make text italics

b)

make text bold

c)

link to internet

d)

add an image

30.

Which of the following CSS codes is used when you want to set the heading into Arial font?

a)

  <style rel=”stylesheet” type=”text/css” href=”file.css”>

b)

<attach rel=”stylesheet” type=”text/css” href=”file.css”>

c)

   <link rel=”stylesheet” type=”text/css” href=”file.css”>

d)

<a rel=”stylesheet” type=”text/css” href=”file.css”>