what is HTML,

HTML is the basic code for website to format text.

for example, the page you are looking at right now is formatted using HTML code.

so see the HTML on every page you visit, just hit Control+U on your firefox or chrom browser and you will see the code behind each website that makes it work

for example, if you want to make bold letters, you can use this tag b

the HTML code would look like this:

THIS ARE BOLD LETTERS

noticed how i used to tags, one to open the tag and the other one to close it, or to tell the computer browser to stop the bold

if you need more help let me know