+ 1
<!DOCTUPE html>
What is <!DOCTUPE html> in the beginning of every html code.
2 Respuestas
+ 11
The HTML syntax of HTML5 requires a DOCTYPE to be specified to ensure that the browser renders the page in standards mode. The DOCTYPE has no other purpose.
+ 9
<!DOCTYPE html> tells the browser that the page is written in HTML5.