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 2 Option 1 Option 3 Option 4 Option 2 Option 1 Option 3 Option 4 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. None of the mentioned DOCTYPE DTD ATTLIST None of the mentioned DOCTYPE DTD ATTLIST ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements Which HTML Tag will use to scroll a text in web page? go marquee scroll round go marquee scroll round ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements Which of the following property is used to determine which drag operation was desired? dropEffect getData captureData dragend dropEffect getData captureData dragend ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements The _________ event is fired on the element where the drop occurred at the end of the drag operation. drop dragstart dragenter drag drop dragstart dragenter drag 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. preventDefault drag drop dataTransfer preventDefault drag drop dataTransfer ANSWER DOWNLOAD EXAMIANS APP