The tag which allows some Web server search engines to search your Web page.<br/>1. < SEARCH ><br/>2. < ISINDEX ><br/>3. < HEAD ><br/>4. < LINK > Option 1 Option 3 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a valid alignment attribute? All of above Top Left Right TRUE ANSWER : ? YOUR ANSWER : ?
Which attribute you’ll use with TD tag to merge two cells horizontally? colspan=2 merge=row2 rowspan=2 merge=colspan2 TRUE ANSWER : ? YOUR ANSWER : ?
The main container for < TR >, < TD > and < TH > is.<br/>1. < DATA ><br/>2. < GROUP ><br/>3. < TABLE > Option 1 Option 3 None of these Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters. element class none of the mentioned charset TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct HTML code for inserting an image ?<br/>1. < img >image.gif< /img ><br/>2. < img href=”image.gif /><br/>3. < img src=”image.gif” > Option 1 Option 3 None of these Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The ________ declaration specifies which characters and delimiters may appear in the application. XML DTD SGML None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The ___________ keyword begins the declaration of attributes that an element may take. It is followed by the name of the element in question, a list of attribute definitions, and a closing. None of the mentioned DTD ATTLIST DOCTYPE TRUE ANSWER : ? YOUR ANSWER : ?
What is the correct HTML tag for inserting a linebreak ?<br/>1. < break ><br/>2. < lb ><br/>3. < pre ><br/>4. < br > Option 3 Option 2 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
Which HTML Tag will use to scroll a text in web page? marquee round go scroll TRUE ANSWER : ? YOUR ANSWER : ?