HTML Basic What is the use of “defer” attribute? It defers script execution until the page has been rendered It defers rendering of css attributes None of mentioned It defers rendering of html page It defers script execution until the page has been rendered It defers rendering of css attributes None of mentioned It defers rendering of html page 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 Option 3 All of these Option 1 Option 2 Option 3 All of these ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which of the following is not a difference between HTML and XHTML Special characters must be escaped using character entities in XHTML unlike HTML Tags and attributes are case-insensitive in HTML but not in XHTML Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml” None of the mentioned Special characters must be escaped using character entities in XHTML unlike HTML Tags and attributes are case-insensitive in HTML but not in XHTML Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml” None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
HTML Basic The software that can read and render HTML documents is Server Interpreter Compiler Browser Server Interpreter Compiler Browser ANSWER DOWNLOAD EXAMIANS APP
HTML Basic In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr. False True False True ANSWER DOWNLOAD EXAMIANS APP
HTML Basic Which tag tells the browser where the page starts and stops ?1. < html >2. < body >3. < head >4. < title > Option 2 Option 3 Option 1 Option 4 Option 2 Option 3 Option 1 Option 4 ANSWER DOWNLOAD EXAMIANS APP