Smart Way To Learn
1. Which of the following is specified by <ul> in HTML? a. Simple listb. Ordered listc. Unordered listd. Simple tableAns : Unordered list
2. Which of the following is specified by <ol> in HTML?a. Simple listb. Ordered listc. Unordered listd. Simple table
Ans : Ordered list3. Which of the following tag pairs identifies items of list?a. <li> and </li>b. <items> and </items>c. <object> and <objects>d. <table> and </table>
Ans : <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. <dt> and </dt>d. <pt> and </pt>
Ans : <dt> and </dt>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. <th> and </th>d. <row> and </row>
Ans : <tr> and </tr>6. Which of the following attributes is used when a cell spans across more than one raw?a. Colspanb. Rowspanc. Spand. Scope
Ans : Rowspan7. Which of the following is used to divide bowser windows into multiple parts?a. Framesetb. Elementsc. Layoutd. Design
Ans : Frameset8. Which of the following is used to display an alternative content, in case browser does not support frames?a. Noframesb. Yesframesc. Falseframesd. Trueframes
Ans : Noframes9. Which of the following can be changed in an ordered list in HTML?a. Order of the itemsb. Start Numberc. Number styled. All of these
Ans : All of these
10. Which of the following is an option entity in an HTML table?a. Caption of the tableb. Heading of the tablec. Grouping of columns of the tabled. All of the above
Ans : All of the above