CSE :: HTML- CS
-
Which tag adds a paragraph break after the text ?
1. <BR>
2. <P>
3. <PARAGRAPH>
4. <HR> -
How can you make a list that list the items with numbers ?
1. <ul>
2. <list>
3. <ol> -
Which tag will add rows to your tables ?
1. <tr> and </tr>
2. <th> and </th>
3. <td> and </td> -
Which of the following is underline tag ?
1. <PRE>
2. <UL>
3. <U>
4. <HR> -
Which tag can set the background color for your page ?
1. <body>
2. <font>
3. <head>
4. <title> - The <small> and <big> tags are special in what way ?
-
Choose the correct HTML tag to left-align the content inside a table cell
1. <td leftalign>
2. <td align=”left”>
3. <td valign=”left”>
4. <td="left"> -
The tag which allows some Web server search engines to search your Web page.
1. <SEARCH>
2. <ISINDEX>
3. <HEAD>
4. <LINK> -
The special formatting tag is
1. <P>
2. <TT>
3. <PRE>