CSE :: HTML- CS
-
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”> -
Which one is the correct e-mail link ?
1. <a href=”mailto:examveda@gmail.com”>
2. <mail>examveda@gmail</mail>
3. <a href=”examveda@gmail”>
4. <href=”examveda@gmail”> -
What is the correct HTML tag for inserting a linebreak ?
1. <break>
2. <lb>
3. <pre>
4. <br> -
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"> -
To creat a list using lowercase letters, use
1. <ol "a">
2. <ol="a">
3. <ol letter="a">
4. <ol type="a"> -
The tag for title text for rows and columns is
1. <TD>
2. <TR>
3. <TH> - Which attribute you’ll use with TD tag to merge two cells horizontally?