InterviewSolution
Saved Bookmarks
| 1. |
What if one does not use the doctype in the starting of HTML document?(a) Browser finds the document in quirky mode(b) Browser finds a document in standard mode(c) Browser stops working(d) Browser crashes after showing the pageI have been asked this question by my college professor while I was bunking the class.This question is from HTML5 Introduction in section HTML Fundamentals of HTML |
|
Answer» The correct option is (a) Browser finds the document in quirky mode |
|