Starting a HTML document

Starting a HTML document

On a HTML document the first things needs to always be

<!Doctype html>                                on line 1

<html> on line 2

The last thing needs to always be

</html>

on the last line of the document in order to end the document.

All of those things as I refered to are tags fore more information on tags go to the link below.

https://prog.code.blog/?p=143