html document inside html document code example
Example: how to declare document as html
<!DOCTYPE>
<html>
<head>
<meata bla bla>
</head>
<body>
<p>hfkjhdskjfhkdjhfjdhkfhd</p>
<p>hkjdfhjdhfjhdjhfhdjfhdkj</p>
</body>
</html>