HTML MCQ Set Paper 3
HTML MCQ Set Paper 3
[Marks]1
[Negative Marks]0
Q.1) In HTML ______ tag contains the information about the current
document such as title etc.
[a]body
[b]td
*[c]head
[d]title
*[a]<body bgcolor=”yellow”>
[b]<body color=”yellow”>
[c]<background>yellow</background>
[d]<back color=”yellow”>
[a]7
*[b]6
[c]5
[d]3
Q.8) The following html tag is used to display the content as a moving
text.
*[a]<marquee>
[b]</img>
[c]<href>
[d]<par mov>
Q.13) A webpage displays a picture. What tag was used to display that
picture?
[a]image
*[b]img
[c]src
[d]Picture
Q.15) HTML document start and ends with which tag pairs.
[a]<head>----</head>
[b]<body>----</body>
[c]<web>------</web>
*[d]<html>-----</html>
Q.21) Which of the following HTML tag is used to add a row in a table?
*[a]<tr>
[b]<tt>
[c]<td>
[d]<th>
[a]<ol></ol>
[b]<bullet></bullet>
*[c]<ul></ul>
[d]<list></list>