wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

FMT web developing session 4 HTML5 + CSS3

Total questions: 15

Worksheet time: 6mins

Name
Class
Date
1.

What is <meta> important in?

a)

CEO

b)

SEO

c)

Defining the title of the webpage.

d)

Both (1)&(2).

2.

What is the attribute which gives the same result as <abbr>?

a)

Title attribute.

b)

Dir attribute.

c)

Href attribute.

d)

src attribute.

3.

Is <font> deprecated?

a)

Yes

b)

No

c)

Can be replaced with CSS.

d)

Both (a) & (c).

4.

What does it mean to have “../” before a path?

a)

It is in the above directory.

b)

It is in the same directory.

c)

It is in a folder in the same directory.

d)

It is two directories down the file.

5.

Questions (15)

Show answers

1 - Quiz

What is <meta> important in?


20sec

2 - Quiz

What is the attribute which gives the same result as <abbr>?


20sec


Title attribute.


Dir attribute.


Href attribute.


src attribute.


3 - Quiz

Is <font> deprecated?


20sec


Yes


No


Can be replaced with CSS.


Both (a) & (c).


4 - Quiz

What does it mean to have “../” before a path?


20sec


It is in the above directory.


It is in the same directory.


It is in a folder in the same directory.


What is “./filename.html” in a path equal to?

a)

../filename.html

b)

filename.html

c)

“../filename.html”

d)

"filename.html”

6.

Is <center> deprecated?

a)

Yes

b)

No

c)

Can be replaced with CSS.

d)

Both (1) & (3).

7.

What are <b>, <i> and <u>?

a)

Bold, italic, umbrella.

b)

Bold, italic, upostrophe.

c)

Bold, italic, underline.

d)

Big, italic, underline.

8.

How to make power in html?

a)

<sub>

b)

<strong>

c)

<sup>

d)

<small>

9.

What is the extension of a css file?

a)

.css

b)

.html

c)

.cpp

d)

.h

10.

How to put css in the same file as html?

a)

style tag

b)

<css>

c)

style attribute

d)

Both (a)&(c)

11.

How to add a favicon to a webpage?

a)

<link rel="stylesheet" href="./css/style.css" />

b)

<link rel="shortcut icon" href="favicon.ico">

c)

<a rel="stylesheet" href="./css/style.css" ></a>

d)

<a rel=" shortcut icon " href=“favicon.ico " ></a>

12.

What does float: right; do?

a)

Makes the element beside the text to its right.

b)

Makes the element beside the text to its left.

c)

Makes the numbers having a floating point format.

d)

Both (a) and (c).

13.

What is a margin?

a)

The space beside the content and inside the border.

b)

The space + the content inside the border.

c)

The space outside the content.

d)

The border + space inside it without the border.

14.

What are the three things that border property determine?

a)

The style of the border, its thickness and color.

b)

The radius of the corner of the border, its thickness and color.

c)

The radius of the corner of the border, its length and color.

d)

The style of the border, its length and color.

15.

What is the difference between <div> and <article>?

a)

Nothing.

b)

SEO.

c)

Small Styling Changes.

d)

Large Styling Changes.