HTML Fonts, Tags and Elements A/An _________ is essentially a macro that allows a short name to be associated with replacement text. Entity Attribute Comment None of the mentioned Entity Attribute Comment None of the mentioned 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” > None of these Option 2 Option 1 Option 3 None of these Option 2 Option 1 Option 3 ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The < small > and < big > tags are special in what way ? They are for images only They can be repeated None of these They work on anything They are for images only They can be repeated None of these They work on anything ANSWER DOWNLOAD EXAMIANS APP
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. ATTLIST None of the mentioned DOCTYPE DTD ATTLIST None of the mentioned DOCTYPE DTD ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The first tag inside < TABLE > tag is1. < HEAD >2. < CAPTION >3. < TH >4. < TD > Option 2 Option 3 Option 1 Option 4 Option 2 Option 3 Option 1 Option 4 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 preventDefault dataTransfer drag drop preventDefault dataTransfer drag ANSWER DOWNLOAD EXAMIANS APP