1.

What is the correct syntax of doctype in HTML5?(a) (b) (c) (d) I got this question in a national level competition.My query is from HTML5 Introduction in section HTML Fundamentals of HTML

Answer»

The CORRECT answer is (a) <!DOCTYPE html>

For explanation: The correct SYNTAX of HTML5 doctype is , doctype is the very first thing to write in HTML5. or both are same because ‘doctype’ keyword is not CASE sensitive.



Discussion

No Comment Found

Related InterviewSolutions