1.

What’s New Html 5 Doctype And Charset?

Answer»

Normally for HTML files first line of CODE is DocType which BASICALLY tells browser about SPECIFIC version of HTML. HTML5 is now not subset of SGML. As compared to previous version/standards of HTML, DocType is SIMPLIFIED as follows:
<!doctype html>
And HTML 5 uses UTF-8 ENCODING as follows:
 <meta charset=”UTF-8″>

Normally for HTML files first line of code is DocType which basically tells browser about specific version of HTML. HTML5 is now not subset of SGML. As compared to previous version/standards of HTML, DocType is simplified as follows:
<!doctype html>
And HTML 5 uses UTF-8 encoding as follows:
 <meta charset=”UTF-8″>



Discussion

No Comment Found