Thursday, 1 February 2018

What is DOCTYPE in html ?


The <!DOCTYPE> declaration must be the very first thing in your HTML document, before the <html> tag.
The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in.
Differences Between HTML 4.01 and HTML5
There are three different <!DOCTYPE> declarations in HTML 4.01. 
In HTML5 there is only one:
<!DOCTYPE html>

No comments:

Post a Comment