(1) Which of the following is specified by <ul> in HTML ?
(A) Simple list
(B) Ordered list
(C) Unordered list
(D) Simple table
Answer: (C) Unordered list
(2) Which of the following is specified by <ol> in HTML ?
(A) Simple list
(B) Ordered list
(C) Unordered list
(D) Simple list
Answer: (B) Ordered list
(3) Which of the following tag pairs identifies items of lists?
(A) <li> and </li>
(B) <items> and </items>
(C) <object> and </object>
(D) <table> and </table>
Answer: (A) <li> and </li>
(4) Which of the following tag pairs are used to print list without bullets ?
(A) <ol> and </ol>
(B) <ul> and </ul>
(C) <dl> and </dl>
(D) <pt> and </pt>
Answer: (C) <dl> and </dl>
(5) Which of the following tag pairs are used to define a row of a table ?
(A) <tr> and </tr>
(B) <td> and </td>
(C) <col> and </col>
(D) <row> and </row>
Answer: (A) <tr> and </tr>
(6) Which of the following attribute is used when a cell spans across more than one row ?
(A) Colspan
(B) Rowspan
(C) Span
(D) Scope
Answer: (B) Rowspan
(7) Which of the following is used to divide browser window into multiple parts ?
(A) Frameset
(B) Elements
(C) Layout
(D) Design
Answer: (A) Frameset
(8) Which of the following is used to display an alternative content, in case browser does not support frames ?
(A) Noframes
(B) Yesframe
(C) Falseframe
(D) Trueframe
Answer: (A) Noframes
(9) Which of the following can be changed in an ordered list in HTML ?
(A) Order of the items
(B) Start number
(C) Number style
(D) All of these
Answer: (D) All of these
(10) Which of the following is an optional entity in an HTML table ?
(A) Caption of the table
(B) Heading of the table
(C) Grouping of columns of the table
(D) All of these
Answer: (D) All of these
(11) Which of the following tag pairs are used to create an unordered list in HTML ?
(A) <ol> … </ol>
(B) <ul> … </ul>
(C) <dl> … </dl>
(D) <dd> … </dd>
Answer: (B) <ul> … </ul>
(12) Which tag pairs are used to create a description list in HTML ?
(A) <ol> … </ol>
(B) <ul> … </ul>
(C) <dl> … </dl>
(D) <dd> … </dd>
Answer: (C) <dl> … </dl>
(13) Which tag is used to provide heading of a list ?
(A) <th>
(B) <lh>
(C) <dh>
(D) <vh>
Answer: (A) <th>
(14) Which tag is used to create ordered list in HTML ?
(A) <ol> … </ol>
(B) <ul> … </ul>
(C) <dl> … </dl>
(D) <dd> … </dd>
Answer: (A) <ol> … </ol>
(15) Which attribute is used to specify the background color in the table ?
(A) color
(B) bgcolor
(C) backcolor
(D) background
Answer: (B) bgcolor
(16) Which attribute is used to create a space between the edges of a cell and its content ?
(A) Cellpadding
(B) Cellspacing
(C) Cellcolspan
(D) Cellspace
Answer: (A) Cellpadding
(17) Which tag is used to display a row in a table ?
(A) <td>
(B) <tr>
(C) <th>
(D) <ta>
Answer: (B) <tr>
(18) Which tag is used to give name to the table ?
(A) <table>
(B) <name>
(C) <caption>
(D) <tabname>
Answer: (C) <caption>
(19) What is known as collection of frames in the browser window ?
(A) Forms
(B) Framesource
(C) Framese
(D) Framewave
Answer: (C) Framese
(20) Which element is used to create a frameset document ?
(A) <fr>
(B) <frame>
(C) <frameset>
(D) <frames>
Answer: (C) <frameset>
(21) Which element provides an alternative message for users, when the browser does not support frames ?
(A) <noframes>
(B) <notframes>
(C) <noframe>
(D) <notframe>
Answer: (A) <noframes>
(22) What is the full form of <li> tag ?
(A) List Item
(B) Last Item
(C) Lost Item
(D) Large Item
Answer: (A) List Item
(23) Which attribute is used to change the bullet in unordered list ?
(A) Type
(B) Part
(C) Change
(D) Style
Answer: (A) Type
(24) Which of the following option show the type of HTML list?
(A) Ordered list
(B) Unordered list
(C) Description list
(D) All of these
Answer: (D) All of these
(25) Which tag is used to show a unfilled circle as a bullet in unordered list ?
(A) <ul type = “circle”>
(B) <ul type = “round”>
(C) <ul type = “ring”>
(D) Any of these
Answer: (A) <ul type = “circle”>
(26) What is the full form of <dl> tag ?
(A) Database list
(B) Description list
(C) Data list
(D) Declare list
Answer: (B) Description list
(27) Which tag is used to start the table in HTML ?
(A) <table>
(B) <tr>
(C) <td>
(D) <th>
Answer: (A) <table>
(28) Which attribute manages space between each cell of the table ?
(A) Align
(B) Border
(C) Cellspacing
(D) Cellpadding
Answer: (C) Cellspacing
(29) Which attribute from the given below, indicates number of rows that the cell spans across ?
(A) Width
(B) Valign
(C) Colspan
(D) Rowspan
Answer: (D) Rowspan
(30) Which tag is used to present the Table Data ?
(A) <table>
(B) <td>
(C) <tr>
(D) <th>
Answer: (B) <td>