HTML is the language that is used to build the content of web pages. I've been quite careful in that statement, so it may not be quite clear, but here goes with more explanation.
HTML stands for Hypertext Markup Language and a snippet of HTML may look like this:
<h1> Welcome to our website </h1>
<p> Here's a little about our organisation.... </p> more