You are on page 1of 3

Ques 1 : 

Hexadecimal numbers are numbers based on the value of what ?


(A) 10
(B) 16
(C) 8
Ques 2 :
To define the space between the element's border and content, you use the padding
property, but are you allowed to use negative values?
(A) Yes
(B) No
Ques 3 : Is attribute minimization allowed in XHTML?
(A) Yes
(B) No
Ques 4 :
Which tag can set the background color for your page?
(A) < head >
(B) < body >
(C) < font >
Ques 5 :
Use<td> and </td>to add what to your tables?
(A) columns
(B) rows
(C) steps
Ques 6 :
Which two meta tags have special relevance for search engines ?
(A) Description and Keywords
(B) Cookies and Keywords
(C) Description and Name
Ques 7 :

What does XML stand for?

(A) eXtra Modern Link


(B) eXtensible Markup Language
(C) Example Markup Language
(D) X-Markup Language
Ques 8 :
Choose the correct HTML tag to make a text bold
(A) < bold >
(B) < b >
(C) < bo >
Ques 9 :
How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
(A) border-width:10px 1px 5px 20px
(B) border-width:10px 20px 5px 1px
(C) border-width:5px 20px 10px 1px
(D) border-width:10px 5px 20px 1px
Ques 10 :
Choose the correct HTML tag to make a text italic
(A) < italic >
(B) < i >
Ques 11 :
When making bulleted lists you have what options ?
(A) disc, circle, square
(B) square, disc, polygon
(C) triangle, square, circle
Ques 12 :
Gif and jpg are the two main types of what ?
(A) animated effects
(B) outlines
(C) images
Ques 13 :
What is the <br> tag for?
(A) Paragraph break
(B) Space
(C) Line break
(D) Word break
Ques 14 :
colspan=n can be added to only what tag?
(A) < table >
(B) < tr >
(C) < td >
Ques 15 :
What attribute is used to specify number of rows?
(A) Rownum
(B) rn
(C) Rownumb
(D) Rowspan
Ques 16 :
What does XHTML stand for?
(A) EXtensible HyperText Marking Language
(B) EXtensible HyperText Markup Language
(C) EXtra Hyperlinks and Text Markup Language
(D) EXtreme HyperText Markup Language
Ques 17 : If you don't want the frame windows to be resizeable, simply add what to
the <frame> lines ?
(A) dontresize
(B) noresize
(C) save
Ques 18 :
XHTML documents must be "well-formed"
(A) True
(B) False
Ques 19 :
bgcolor is an attribute of body tag
(A) True
(B) False
Ques 20 : Valid XML document means (most appropriate)
(A) the document has root element.
(B) the document contains atleast one or more root element
(C) the XML document has DTD associated with it & it complies with that DTD
(D) Each element must nest inside any enclosing element property

You might also like