HTML is the original language of web pages and is used to build the framework of any web page. It tells the browser (such as Google Chrome) where to put things (called elements) on the page.
HTML is made by using tags either side of words to tell the browser how to treat them. E.g.
<p>This is a paragraph.</p>
<h1>This is a large heading.</h1>
Activity
We are going to build a simple page about avacados using the Codecat.Cafe text editor.
This page looks unexciting because it is made with html only - without any css to style it.