Download PDF
Download in pdf general knowledge(gk) multiple choice questions(mcqs) & answers on HTML. These general awareness quiz objective questions answers include mcqs on background color, table border color etc.
(106)
The default value of BORDER attribute is
[A]
1 pixel
[B]
2 pixel
[C]
3 pixel
[D]
None of the above
Comment
(107)
To set the color for table borders, use ______
[A]
bgcolor=#003300
[B]
bgimage=#003300
[C]
bordercolor=#003300
[D]
tablecolor=#003300
Comment
(108)
What is the correct HTML for adding a background color ?
[A]
<body style = “background-color : yellow”>
[B]
<body background= “yellow”>
[C]
<background>yellow</background>
[D]
All of the above
Comment
(109)
The background image will scroll when the user scrolls down the page, you add which property to the <body> tag ?
[A]
bgproperties = “fixed”
[B]
bgproperties = “move”
[C]
bgproperties = “holdstill”
[D]
None of the above
Comment
(110)
The most basic element of any HTML page is
[A]
ASCII text
[B]
text
[C]
BCD text
[D]
None of the above
Comment