Time remaining
:
:
Test Status
HTMLRANDOMTEST
Ques 1 :
A 6 digit Hex color (#FF9966) defines values of Red, Blue and Green in which order ?
(A) #BBRRGG
(B) #BBGGRR
(C) #RRGGBB
Ques 2 :
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
Ques 3 :
29.What is the REFRESH meta tag used for ?
(A) rewrite url
(B) Redirect to a new domain
(C) Refresh your content
Ques 4 :
What is cell padding?
(A) Used to set space between cells
(B) Used to separate cell walls from their contents.
(C) Both a and b above
(D) Used to provide width to a cell
Ques 5 :
What is correct XHTML for a line break?
(A) < br />
(B) < br >
(C) < break />
Ques 6 :
How do you insert a comment in a CSS file?
(A) ' this is a comment
(B) /* this is a comment */
(C) // this is a comment
(D) // this is a comment //
Ques 7 :
Which program do you need to write HTML?
(A) HTML-development suite 4
(B) Any text editor
(C) A graphics program
Ques 8 :
<meta> tag cannot be defined in the <head> tag.
(A) False
(B) True
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 :
What is extension of html file?
(A) html
(B) xhtml
(C) xml
Ques 11 :
Is attribute minimization allowed in XHTML?
(A) Yes
(B) No
Ques 12 :
Which attribute replaces the name attribute for the following elements: a, applet, frame, iframe, img, and map?
(A) The src attribute
(B) The id attribute
(C) The class attribute
Ques 13 :
Hexadecimal numbers are numbers based on the value of what ?
(A) 10
(B) 16
(C) 8
Ques 14 :
What does HTML stand for?
(A) Hyperlinks and Text Markup Language
(B) Hyper Text Markup Language
(C) Home Tool Markup Language
Ques 15 :
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
Ques 16 :
What attribute is used to specify number of rows?
(A) Rownum
(B) rn
(C) Rownumb
(D) Rowspan
Ques 17 :
How can you make a list that lists the items with numbers?
(A) < dl >
(B) < ol >
(C) < ul >
(D) < list >
Ques 18 :
When images are used as links they get a blue border?.
(A) Never
(B) Always
(C) Unless border is set to zero
Ques 19 :
Besides<b>, another way to make text bold is what ?
(A) < strong >
(B) < fat >
(C) < dark >
Ques 20 :
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
Submit Answer
Don't Refresh the Page !! ...