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 <P> tag, <small> and <big> tags etc.
(41)
<P> is called
[A]
paragraph tag
[B]
container tag
[C]
head tag
[D]
None of the above
Comment
(42)
The <small> and <big> tags are special in what way ?
[A]
They are for images only
[B]
They work on anything
[C]
They can be repeated
[D]
None of the above
Comment
(43)
To start a list using circles, use
[A]
<ul “round”>
[B]
<ul type=”circle”>
[C]
<ul type=”round”>
[D]
<ul =”round”>
Comment
(44)
Which tag is used to insert images into your web page ?
[A]
img
[B]
scr
[C]
im
[D]
None of the above
Comment
(45)
Choose the correct HTML tag to left-align the content inside a table cell
[A]
<td leftalign>
[B]
<td align=”left”>
[C]
<td valign=”left”>
[D]
<td="left">
Comment