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 HR, bullet, td tag etc.
(51)
The <HR> tag is used for
[A]
horizontal ruler
[B]
new line text
[C]
new pargraph
[D]
vertical ruler
Comment
(52)
How can you make a list that lits the items with bullets ?
[A]
<dl>
[B]
<ul>
[C]
<ol>
[D]
None of the above
Comment
(53)
What is the correct HTML code for inserting an image ?
[A]
<img>image.gif</img>
[B]
<img href=”image.gif/>
[C]
<img src=”image.gif”>
[D]
None of the above
(54)
What will be the added by using <td> and </td> tag ?
[A]
rows
[B]
steps
[C]
cell
[D]
columns
Comment
(55)
Imagelink can show a text label if you add property
[A]
alt
[B]
str
[C]
alternative
[D]
All of the above
Comment