Which tag will add rows to your tables ?<br/>1. < tr > and < /tr ><br/>2. < th > and < /th ><br/>3. < td > and < /td > Option 2 None of these Option 1 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
The tag which allows you to nest other HTML tags within the description<br/>1. < CAPTION ><br/>2. < TD ><br/>3. < TR > Option 1 Option 2 None of these Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
HTML tags are recognized by<br/>1. <!<br/>2. <= =><br/>3. < > Option 2 Option 3 Option 1 None of these TRUE ANSWER : ? YOUR ANSWER : ?
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 4 Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The first tag inside < TABLE > tag is<br/>1. < HEAD ><br/>2. < CAPTION ><br/>3. < TH ><br/>4. < TD > Option 4 Option 3 Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. None of the mentioned XML SGML ATTLIST 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 : ?
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 1 Option 4 Option 2 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. DOCTYPE DTD ATTLIST None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
To creat a list using lowercase letters, use<br/>1. < ol "a" ><br/>2. < ol="a" ><br/>3. < ol letter="a" ><br/>4. < ol type="a" > Option 2 Option 1 Option 3 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?