HTML Fonts, Tags and Elements Calling the ______________ method during both a dragenter and dragover event will indicate that a drop is allowed at that location. drop preventDefault drag dataTransfer drop preventDefault drag dataTransfer ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The ________ declaration specifies which characters and delimiters may appear in the application. XML None of the mentioned DTD SGML XML None of the mentioned DTD SGML ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements _____________ in textboxes and selections on web pages is done automatically, so you do not need to handle dragging yourself. Dragging Text Dragging Links Dragging HTML and XML Dragging Files Dragging Text Dragging Links Dragging HTML and XML Dragging Files ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements What is the correct HTML code for inserting an image ?1. < img >image.gif< /img >2. < img href=”image.gif />3. < img src=”image.gif” > Option 1 Option 3 Option 2 None of these Option 1 Option 3 Option 2 None of these ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The first tag inside < TABLE > tag is1. < HEAD >2. < CAPTION >3. < TH >4. < TD > Option 4 Option 3 Option 2 Option 1 Option 4 Option 3 Option 2 Option 1 ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements Which event is fired as the mouse is moving over an element when a drag is occurring? dragenter dragover dragstart dragleave dragenter dragover dragstart dragleave ANSWER DOWNLOAD EXAMIANS APP