⟩ Do you know what Are The New DocType And Charset In HTML5?
The DocType element communicates the HTML version to the browser. It usually appears in the first line of code of an HTML page. Unlike the earlier versions/standards of HTML, DocType has got a simplified format in HTML5.
<!doctype html>
The CharSet is a new meta tag attribute in HTML5 which configures the character encoding.
<meta charset=”UTF-8″>