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 3 None of these Option 1 Option 2 Option 3 None of these Option 1 Option 2 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? dragleave dragenter dragstart dragover dragleave dragenter dragstart dragover 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 Files Dragging Links Dragging Text Dragging HTML and XML Dragging Files Dragging Links Dragging Text Dragging HTML and XML ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The __________ begins with a series of parameter entity definitions. SGML DTD None of the mentioned XML SGML DTD None of the mentioned XML ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters. charset element none of the mentioned class charset element none of the mentioned class ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements What is the correct HTML for creating a hyperlink ?1. < a >http://www.examians.com< /a >2. < a name=”http://www.examians.com” > examians.com< /a >3. < a url=”http://www.examians.com > examians.com< /a >4. < a href=http://www.examians.com > examians.com< /a > Option 4 Option 3 Option 2 Option 1 Option 4 Option 3 Option 2 Option 1 ANSWER DOWNLOAD EXAMIANS APP