Sail E0 Webinar

MCQs

Total Questions : 171 | Page 2 of 18 pages
Question 11. Identify the count of mistakes in the following markup. < html >< head >< /head >< body >< li >< ul >< p >Hello< /p >< /ul >< /li >< br >< hr >< /body >< /html >
  1.    0
  2.    1
  3.    2
  4.    3
 Discuss Question
Answer: Option D. -> 3
Question 12. Which of the following is not a correct (X)HTML rule?
  1.    Attributes should be quoted
  2.    Tags should nest not tag
  3.    Unused elements may be minimized
  4.    Unknown attributes are ignored by the browser
 Discuss Question
Answer: Option D. -> Unknown attributes are ignored by the browser
Question 13. Rendering engine is not responsible for
  1.    none of the mentioned
  2.    generating a visual presentation of the formatted content including media files referenced
  3.    parsing the markup content (HTML)
  4.    parsing style information (CSS, XSL, and so on)
 Discuss Question
Answer: Option A. -> none of the mentioned
Question 14. Firefox uses _________ rendering engine.
  1.    Trident
  2.    Gecko
  3.    WebKit
  4.    Presto
 Discuss Question
Answer: Option B. -> Gecko
Question 15. Which of the following markup is correct?i. < b >< i >is in error as tags cross< /b >< /i >ii. < b >< i >is not since tags nest < /i >< /b >
  1.    ii
  2.    i
  3.    i and ii
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> ii
Question 16. Which of the following is used to read a HTML page and render it?
  1.    None of the mentioned
  2.    Web server
  3.    Web browser
  4.    Web matrix
 Discuss Question
Answer: Option C. -> Web browser
Question 17. Who created the first web browser
  1.    Mozilla foundation
  2.    Marc Andeersen
  3.    Jacobs,Lan
  4.    Tim Berners Lee
 Discuss Question
Answer: Option D. -> Tim Berners Lee
Question 18. Which of the following is the first web browser?
  1.    Internet Explorer
  2.    Mosaic
  3.    Nexus
  4.    Netscape Navigator
 Discuss Question
Answer: Option C. -> Nexus
Question 19. State true or false. It is faster to render HTML and CSS than to interpret and execute JavaScript.
  1.    False
  2.    True
 Discuss Question
Answer: Option B. -> True
Question 20. What is the use of “defer” attribute?
  1.    It defers rendering of html page
  2.    It defers rendering of css attributes
  3.    It defers script execution until the page has been rendered
  4.    None of mentioned
 Discuss Question
Answer: Option C. -> It defers script execution until the page has been rendered

Latest Videos

Latest Test Papers