CSE :: HTML- CS
-
The main container for <TR>, <TD> and <TH> is.
1. <DATA>
2. <GROUP>
3. <TABLE> -
The tag used for creating hypertext and hypermedia links is.
1. <HR>
2. <BR>
3. <PRE>
4. <A> -
What is the correct HTML for creating a hyperlink ?
1. <a>http://www.examveda.com</a>
2. <a name=”http://www.examveda.com”> examveda.com</a>
3. <a url=”http://www.examveda.com> examveda.com</a>
4. <a href=http://www.examveda.com> examveda.com</a> -
Choose the correct HTML tag for the largest heading.
1. <h1>
2. <h2>
3. <h4>
4. <h6> -
To created a bulleted list, use
1. <ol>
2. <ul>
3. <il> - What kind of list will <ol> tags create ?
-
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> -
The <BASE> tag is designed to appear only between
1. <BODY>
2. <HEAD>
3. <TITLE>
4. <PRE> -
HTML tags are recognized by
1. <!
2. <= =>
3. < > -
Choose the correct HTML tag to make a text bold
1. <bd>
2. <bold>
3. <bl>
4. <b>