<html> This is a starting HTML tag. It indicates the beginging of an html document.
</html> This is an ending HTML tag. It indicates the end of an html document.
All of your HTML content should be placed inside HTML tags/
<!DOCTYPE html>
<html>
</html>