wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz - 6 HTML, CSS

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.
HTML tags are enclosed with in which of the following brackets?
a)
Curly brackets {}
b)
brackets ()
c)
square brackets []
d)
angular brackets <>
2.
All Tags are HTML mandatory requires a closing tag?
a)
true
b)
false
3.
Header with largest size is displayed using which Header tag?
a)
<H1>
b)
<H6>
c)
<H5>
d)
<H4>
4.
_________ lets the browser know how the document should be interpreted
a)
<!DOCTYPE html>
b)
<html>
c)
<head>
d)
<link>
5.
which property is used to add space around the content and border?
a)
margin
b)
span
c)
padding
d)
position
6.
which attribute is used to refer to the source file and its location in img tag
a)
href
b)
src
c)
ref
d)
rel
7.
Which tag is used to make a list of un ordered grocery list
a)
<OL>
b)
<UL>
c)
<DT>
d)
<DD>
8.
Which attribute is used for setting background image for the web page
a)
<body bgimage=url>
b)
<body background-image=url>
c)
<body background=url>
d)
<bgimage url="">
9.
Action attribute belongs to which tag?
a)
<Table>
b)
<form>
c)
<div>
d)
<span>
10.
Which of the following property of declaration is used to represent text color of <H1> tag
a)
H1{color:red}
b)
H1{font-color:red}
c)
H1{foregroundcolor:red}
d)
H1{fontcolor:red}