NEW
Font size
WorksheetsFMT web developing session 4 HTML5 + CSS3
Total questions: 15
Worksheet time: 6mins
What is <meta> important in?
CEO
SEO
Defining the title of the webpage.
Both (1)&(2).
What is the attribute which gives the same result as <abbr>?
Title attribute.
Dir attribute.
Href attribute.
src attribute.
Is <font> deprecated?
Yes
No
Can be replaced with CSS.
Both (a) & (c).
What does it mean to have “../” before a path?
It is in the above directory.
It is in the same directory.
It is in a folder in the same directory.
It is two directories down the file.
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?
../filename.html
filename.html
“../filename.html”
"filename.html”
Is <center> deprecated?
Yes
No
Can be replaced with CSS.
Both (1) & (3).
What are <b>, <i> and <u>?
Bold, italic, umbrella.
Bold, italic, upostrophe.
Bold, italic, underline.
Big, italic, underline.
How to make power in html?
<sub>
<strong>
<sup>
<small>
What is the extension of a css file?
.css
.html
.cpp
.h
How to put css in the same file as html?
style tag
<css>
style attribute
Both (a)&(c)
How to add a favicon to a webpage?
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="favicon.ico">
<a rel="stylesheet" href="./css/style.css" ></a>
<a rel=" shortcut icon " href=“favicon.ico " ></a>
What does float: right; do?
Makes the element beside the text to its right.
Makes the element beside the text to its left.
Makes the numbers having a floating point format.
Both (a) and (c).
What is a margin?
The space beside the content and inside the border.
The space + the content inside the border.
The space outside the content.
The border + space inside it without the border.
What are the three things that border property determine?
The style of the border, its thickness and color.
The radius of the corner of the border, its thickness and color.
The radius of the corner of the border, its length and color.
The style of the border, its length and color.
What is the difference between <div> and <article>?
Nothing.
SEO.
Small Styling Changes.
Large Styling Changes.
