html what is doctype code example
Example 1: html doctype declaration
<!DOCTYPE html>
<!--Use the html tag too, under the declaration. -->
Example 2: how to declare document as html
<!DOCTYPE>
<html>
<head>
<meata bla bla>
</head>
<body>
<p>hfkjhdskjfhkdjhfjdhkfhd</p>
<p>hkjdfhjdhfjhdjhfhdjfhdkj</p>
</body>
</html>