HTML mens: Hyper Text Markup Language
HTML is what you need to know if you ar gonna make a web page.
A HTML tag looks like this: <html>
A Ending HTML tag looks like this: </html>
A headder tag in a html document looks like this:
<html>
<body>
<h1>Hello world</h1>
</body>
</html>
I will come with more soon.