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. ATTLIST SGML XML None of the mentioned ATTLIST SGML XML None of the mentioned 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 3 Option 4 Option 2 Option 1 Option 3 Option 4 Option 2 ANSWER DOWNLOAD EXAMIANS APP
HTML Fonts, Tags and Elements Which attribute you’ll use with TD tag to merge two cells horizontally? rowspan=2 merge=row2 colspan=2 merge=colspan2 rowspan=2 merge=row2 colspan=2 merge=colspan2 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 2 Option 1 Option 4 Option 3 Option 2 Option 1 Option 4 Option 3 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? dragstart dragenter dragleave dragover dragstart dragenter dragleave dragover 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 2 Option 1 Option 3 Option 4 Option 2 Option 1 Option 3 ANSWER DOWNLOAD EXAMIANS APP