Q.1.
The tag for title text for rows and columns is
1. <TD>
2. <TR>
3. <TH>
Q.2.
Which of the following is not a valid alignment attribute?
Q.3.
Which attribute you’ll use with TD tag to merge two cells horizontally?
Q.4.
Which HTML Tag will use to scroll a text in web page?
Q.5.
What is the correct HTML code for inserting an image ?
1. <img>image.gif</img>
2. <img href=”image.gif/>
3. <img src=”image.gif”>
Q.6.
Which one is the correct e-mail link ?
1. <a href=”mailto:[email protected]”>
2. <mail>[email protected]</mail>
3. <a href=”[email protected]”>
4. <href=”[email protected]”>
Q.7.
What is the correct HTML tag for inserting a linebreak ?
1. <break>
2. <lb>
3. <pre>
4. <br>
Q.8.
To start a list at the count of 3, use
1. <ol begin="3">
2. <ol list="3">
3. <ol start="3">
4. <ol num="3">
Q.9.
To creat a list using lowercase letters, use
1. <ol "a">
2. <ol="a">
3. <ol letter="a">
4. <ol type="a">
Q.10.
<P> is called
Q.11.
The <small> and <big> tags are special in what way ?
Q.12.
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">
Q.13.
The tag which allows some Web server search engines to search your Web page.
1. <SEARCH>
2. <ISINDEX>
3. <HEAD>
4. <LINK>
Q.14.
The special formatting tag is
1. <P>
2. <TT>
3. <PRE>
Q.15.
Which tag adds a paragraph break after the text ?
1. <BR>
2. <P>
3. <PARAGRAPH>
4. <HR>
Q.16.
What kind of list will <ol> tags create ?
Q.17.
How can you make a list that list the items with numbers ?
1. <ul>
2. <list>
3. <ol>
Q.18.
Which tag will add rows to your tables ?
1. <tr> and </tr>
2. <th> and </th>
3. <td> and </td>
Q.19.
The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.
1. <BODY>
2. <TITLE>
3. <BASE>
4. <BR>
Q.20.
The <BASE> tag is designed to appear only between
1. <BODY>
2. <HEAD>
3. <TITLE>
4. <PRE>