To start a list at the count of 3, use<br/>1. < ol begin="3" ><br/>2. < ol list="3" ><br/>3. < ol start="3" ><br/>4. < ol num="3" > Option 4 Option 1 OPtion 2 Option 3 TRUE ANSWER : ? YOUR ANSWER : ?
Which attribute you’ll use with TD tag to merge two cells horizontally? colspan=2 rowspan=2 merge=row2 merge=colspan2 TRUE ANSWER : ? YOUR ANSWER : ?
A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped. False True TRUE ANSWER : ? YOUR ANSWER : ?
The __________ begins with a series of parameter entity definitions. XML None of the mentioned SGML DTD TRUE ANSWER : ? YOUR ANSWER : ?
All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. SGML None of the mentioned XML ATTLIST TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragenter dragleave dragstart dragover 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” > None of these Option 2 Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
The < BASE > tag is designed to appear only between<br/>1. < BODY ><br/>2. < HEAD ><br/>3. < TITLE ><br/>4. < PRE > Option 2 Option 4 Option 3 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. drag dataTransfer drop preventDefault TRUE ANSWER : ? YOUR ANSWER : ?
Choose the correct HTML tag to left-align the content inside a table cell<br/>1. < td leftalign ><br/>2. < td align=”left” ><br/>3. < td valign=”left” ><br/>4. < td="left" > Option 2 Option 3 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?