Texinterest
Sign in
x
Texinterest
Empower your learning
About Us
Privacy Policy
Forum Discussions
C Programming
Subjects
Science
Computer
Programming
English
General Knowledge
Rennaissance
Courses
Exams
Current Affairs
Interviews
Add Notes
Contact us
Menu
Science
Computer
Programming
English
General Knowledge
Rennaissance
DOCTYPE in HTML
Nov 11, 2019
Eduardo Zambrano
The DOCTYPE declaration is the first thing in your HTML document and it will be used before the HTML tag.
The DOCTYPE declaration is not an HTML tag.
<!DOCTYPE> declaration is not a HTML tag.
<!DOCTYPE> tells or instruct the web browser that what html version is using.
It must be the first thing on the web page before the tag HTML is writing.
The browser will understand what type of HTML document you are using if you add DOCTYPE to the web page.
It just lets the browser know that the document type is HTML5. It defines that the document is in HTML 5 not and ordinary HTML5.
The DOCTYPE Declaration is not case sensitive.
The DOCTYPE declaration for HTML5 is simplified.
<!DOCTYPE HTML>
Browsers Support for DOCTYPE
Google Chrome
Mozilla
Opera
Safari
Internet Explorer/Edge
HTML 4.1 had three types of DOCTYPEs
Strict
Transitional
Frameset
Top Questions
What is the differene between require(), require_once(), include() and include_once()
Type conversion in C Programming
Before Beginning Of Programming, Why C First? And Why Programming And Programmers
What is the function of git status in git?
Overloading in C++
What is codigniter
Pass data from a function in a model to a controller in Codigniter
How to commonly pass data to all views from single controller in Laravel
explode and implode function in PHP
Iteration Statements (Loop Statements)
Get Current Version Of PHP
Variables in C Programming
CSRF (Cross Site Request Forgery) Protetion in Laravel
Return Statement in C
Break Statement In C
Email validation in PHP
DO WHILE LOOP In C Programming
FILES IN C
Destructors in c++
How to Get current version of PHP?