HTML Fonts, Tags and Elements The first tag inside < TABLE > tag is1. < HEAD >2. < CAPTION >3. < TH >4. < TD > Option 1 Option 3 Option 4 Option 2 Option 1 Option 3 Option 4 Option 2 ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements Choose the correct HTML tag to left-align the content inside a table cell1. < td leftalign >2. < td align=”left” >3. < td valign=”left” >4. < td="left" > Option 1 Option 2 Option 4 Option 3 Option 1 Option 2 Option 4 Option 3 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 None of the mentioned SGML ATTLIST XML None of the mentioned SGML ATTLIST ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The tag which is used to establish the absolute base for relative URLs used in the documents hypertext links.1. < BODY >2. < TITLE >3. < BASE >4. < BR > Option 1 Option 3 Option 2 Option 4 Option 1 Option 3 Option 2 Option 4 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? dragover dragleave dragstart dragenter dragover dragleave dragstart dragenter 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 dataTransfer preventDefault drag drop dataTransfer preventDefault drag ANSWER DOWNLOAD EXAMIANS APP