HTML Fonts, Tags and Elements 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. DOCTYPE DTD None of the mentioned ATTLIST DOCTYPE DTD None of the mentioned ATTLIST ANSWER DOWNLOAD EXAMIANS APP
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 drag dataTransfer preventDefault drop drag dataTransfer preventDefault ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements All attribute declarations begin with the keyword ____________ followed by the element name, attribute name, attribute type, and default data information. XML ATTLIST None of the mentioned SGML XML ATTLIST None of the mentioned SGML ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements Which tag can set the background color for your page ?1. < body >2. < font >3. < head >4. < title > Option 4 Option 2 Option 3 Option 1 Option 4 Option 2 Option 3 Option 1 ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements A listener for the dragenter and dragover events are used to indicate valid drop targets, that is, places where dragged items may be dropped. True False True False 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 3 Option 2 None of these Option 1 Option 3 Option 2 None of these Option 1 ANSWER DOWNLOAD EXAMIANS APP