Time remaining
:
:
Test Status
HTMLRANDOMTEST
Ques 1 :
All normal webpages consist of what two parts ?
(A) Head and body
(B) Top and bottom
(C) Body and frameset
Ques 2 :
Is this correct XHTML?
<ul>
<li>Shope</li>
<li>Cloths
<ul>
<li>Cloths Shope</li>
<li>T Shirt</li>
</ul>
<li>Jeans</li>
</ul>
(A) Yes
(B) NO
Ques 3 :
What does HTML stand for?
(A) Hyperlinks and Text Markup Language
(B) Hyper Text Markup Language
(C) Home Tool Markup Language
(D) Hyper Test Markup Language
Ques 4 :
What does XML stand for?
(A) eXtra Modern Link
(B) eXtensible Markup Language
(C) Example Markup Language
(D) X-Markup Language
Ques 5 :
A Web document is broken into sections. What are the tags called that create these sections?
(A) Structure tags
(B) HTML tags
(C) Heading tags
(D) Body tags
Ques 6 :
What does CSS stand for?
(A) Creative Style Sheets
(B) Colorful Style Sheets
(C) Cascading Style Sheets
(D) Computer Style Sheets
Ques 7 :
To specify a font for your whole page add which tag ?
(A) < defaultfont >
(B) < targetfont >
(C) < basefont >
Ques 8 :
Increasing the cellpadding value will what ?
(A) Increase the distance between cell and content
(B) Increase the softness of your site
(C) Increase the space between cells
Ques 9 :
<meta> tag cannot be defined in the <head> tag.
(A) False
(B) True
Ques 10 :
Can a data cell contain images?
(A) Yes
(B) No
Ques 11 :
What is the most important tool for adding colors to certain areas of the page rather than the entire background ?
(A) Tables
(B) Fonts
(C) Images
Ques 12 :
The <small> and <big> tags are special in what way ?
(A) They can be repeated
(B) They work on anything
(C) They are for images only
Ques 13 :
Besides<b>, another way to make text bold is what ?
(A) < strong >
(B) < fat >
(C) < dark >
Ques 14 :
How do you change the left margin of an element?
(A) text-indent:
(B) margin:
(C) margin-left:
(D) indent:
Ques 15 :
How do you add a background color for all <h1> elements?
(A) all.h1 {background-color:#FFFFFF}
(B) h1 {background-color:#FFFFFF}
(C) h1.all {background-color:#FFFFFF}
Ques 16 :
One should never combine the "start" and "type" option ?
(A) True
(B) False
(C) Sometimes True, sometimes False
Ques 17 :
Choose the correct HTML tag to make a text italic
(A) < italic >
(B) < i >
Ques 18 :
HTML defines colors using hexadecimal values, while graphics programs most often use what ?
(A) Names
(B) Normal numbers
(C) RGB Code
Ques 19 :
bgcolor is an attribute of body tag
(A) True
(B) False
Ques 20 :
In the code <frameset cols="120,*"> the following would be true.
(A) Top frame would be 120 pixels high
(B) Left frame would be 120 pixels wide
(C) Left frame would be 120 inches wide
Submit Answer
Don't Refresh the Page !! ...