11. Which of the tag is used to creates a number list?
A. <LI>
B. <OL>
C. <LI> and <OL>
D. None of these
12. The tag used to create a hypertext relationship between current document and
another URL is
A. <ISINDEX>
B. <A>
C. <LINK>
D. None of these
13. The text inside the <TEXT AREA> tag works like
A. <P> formatted text
B. <T> formatted text
C. <PRE> formatted text
D. none of these
14. What is the correct HTML for adding a background color?
A. <background>yellow<Background>
B. <body color = "yellow">
C. <body bgcolor = "yellow">
D. <body bg ="yellow"
15. Which tag allows you to add a row in a table?
A. <td> and </td>
B. <cr> and </cr>
C. <th> and </th>
D. <tr> and </tr>
16. How can you make a bulleted list?
A. <list>
B. <nl>
C. <ul>
D. <ol>
17. Choose the correct HTML tag to make a text italic
A. <ii>
B. <italics>
C. <italic>
D. <i>