A HTML is what makes up a webpage - in essence it defined in HTML by a tag.
for example, this section of this webpage is made up as shown in this image on the right.
You should see that there is
div element
that is is a rowdiv element
that is a columnparagraph element
that has some text inside it along with an ordered list
This tutorial will show you how to build these elements using jQuery, JS and Dictionaries introducing you to the concept of Dynamic Webpages