HTML5

  Home  World Wide Web  HTML5


“HTML5 frequently Asked Questions in various HTML5 job Interviews by interviewer. Get preparation of HTML5 job interview”



23 HTML5 Questions And Answers

21⟩ Tell me What is the <!DOCTYPE>? Is it necessary to use in HTML5

The <!DOCTYPE> is an instruction to the web browser about what version of HTML the page is written in. AND The <!DOCTYPE> tag does not have an end tag and It is not case sensitive.

The <!DOCTYPE> declaration must be the very first thing in HTML5 document, before the <html> tag. As In HTML 4.01, all <! DOCTYPE > declarations require a reference to a Document Type Definition (DTD), because HTML 4.01 was based on Standard Generalized Markup Language (SGML). WHERE AS HTML5 is not based on SGML, and therefore does not require a reference to a Document Type Definition (DTD).

 207 views

22⟩ Explain the difference between HTML and HTML5

HTML5 is nothing more then upgraded version of HTML where in HTML5 Lot of new future like Video, Audio/mp3, date select function , placeholder , Canvas, 2D/3D Graphics, Local SQL Database added so that no need to do external plugin like Flash player or other library

 198 views