NEW
Font size
WorksheetsHTML5 CSS3
Total questions: 10
Worksheet time: 5mins
What is the full form of HTML?
Hyper text markup language
hyper tech makeup language
Hyper text makeup language
Hyper text makeup language
What is the attribute which gives the same result as <abbr>?
Title attribute.
Dir attribute.
Href attribute.
src attribute.
How to make power in html?
<sub>
<strong>
<sup>
<small>
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 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.
How to put css in the same file as html?
style tag
<css>
style attribute
Both (a)&(c)
What is <meta> important in?
CEO
SEO
Defining the title of the webpage.
Both (1)&(2).
How to put css in the same file as html?
style tag
<css>
style attribute
Both (a)&(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 is the extension of a css file?
.css
.html
.cpp
.h
