Which of the following property is used to determine which drag operation was desired? dropEffect captureData getData dragend TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragleave dragenter dragstart dragover 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 ATTLIST DTD DOCTYPE TRUE ANSWER : ? YOUR ANSWER : ?
The main container for < TR >, < TD > and < TH > is.<br/>1. < DATA ><br/>2. < GROUP ><br/>3. < TABLE > Option 3 None of these Option 1 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
The __________ begins with a series of parameter entity definitions. None of the mentioned XML DTD SGML TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following property is common in all drag events? dataTransfer dragenter drag effects drag data TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a valid alignment attribute? Left Right Top All of above TRUE ANSWER : ? YOUR ANSWER : ?
How can you make a list that list the items with numbers ?<br/>1. < ul ><br/>2. < list ><br/>3. < ol > Option 2 Option 3 None of these Option 1 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 2 Option 1 Option 3 None of these 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 2 Option 3 Option 4 Option 1 TRUE ANSWER : ? YOUR ANSWER : ?