Which of the following property is common in all drag events? dragenter drag data drag effects dataTransfer TRUE ANSWER : ? YOUR ANSWER : ?
Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. drop dataTransfer drag preventDefault TRUE ANSWER : ? YOUR ANSWER : ?
The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.<br/>1. < BODY ><br/>2. < TITLE ><br/>3. < BASE ><br/>4. < BR > Option 3 Option 1 Option 2 Option 4 TRUE ANSWER : ? YOUR ANSWER : ?
HTML tags are recognized by<br/>1. <!<br/>2. <= =><br/>3. < > Option 3 None of these Option 2 Option 1 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. charset element class none of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
Choose the correct HTML tag to make a text bold<br/>1. < bd ><br/>2. < bold ><br/>3. < bl ><br/>4. < b > 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 1 Option 3 Option 4 Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
Which event is fired as the mouse is moving over an element when a drag is occurring? dragover dragstart dragenter dragleave TRUE ANSWER : ? YOUR ANSWER : ?
To created a bulleted list, use<br/>1. < ol ><br/>2. < ul ><br/>3. < il > Option 3 Option 1 None of these Option 2 TRUE ANSWER : ? YOUR ANSWER : ?
______________ should include data of two types; the first should be the URL using the type text/uri-list, and the second is the URL using the text/plain type. Dragging Files Dragging Links Dragging Text Dragging HTML and XML TRUE ANSWER : ? YOUR ANSWER : ?