HTML Basic Which of the following is not a difference between HTML and XHTML None of the mentioned Special characters must be escaped using character entities in XHTML unlike HTML Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml” Tags and attributes are case-insensitive in HTML but not in XHTML None of the mentioned Special characters must be escaped using character entities in XHTML unlike HTML Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml” Tags and attributes are case-insensitive in HTML but not in XHTML ANSWER DOWNLOAD EXAMIANS APP
HTML Basic __________ is an HTML specification used to add more information to HTML tags. Microdata Minidata Macrodata Modifydata Microdata Minidata Macrodata Modifydata ANSWER DOWNLOAD EXAMIANS APP
HTML Basic This is used to < meta http-equiv="X-UA-Compatible" content="IE=8" > mimic behaviour of IE8 make web page compatible only with IE8 None of the mentioned make web page incompatible only with IE8 mimic behaviour of IE8 make web page compatible only with IE8 None of the mentioned make web page incompatible only with IE8 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Identify the count of mistakes in the following markup. < html >< head >< /head >< body >< li >< ul >< p >Hello< /p >< /ul >< /li >< br >< hr >< /body >< /html > 0 1 3 2 0 1 3 2 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic To add a plain color background to your web page, use which of the following ?1. < body bgcolor= “36,24,35” >2. < body color= “# FF000” >3. < body bgcolor= “# FF000” > Option 1 Option 2 All of these Option 3 Option 1 Option 2 All of these Option 3 ANSWER DOWNLOAD EXAMIANS APP
HTML Basic __________ prevents the page from being indexed altogether. noarchive novalue noindex nofollow noarchive novalue noindex nofollow ANSWER DOWNLOAD EXAMIANS APP