HTML is all the coding that goes on behind the scenes of your website.It it what crawlers/google bots look for when they crawl the web.This is what websites are made up of.
With HTML you can place ads on your site,this is vital that you understand how to implement that code into you website for that ad to be shown.When you join programs such as Google Adsense they will give you an ad code that is HTML, In your website you will want to EDIT HTML.It will look like this.....
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
When you get your add code you will wan't to add it to the HTML of your site, A good tip for this is to add the code with x's.When you click on edit HTML you will see
loads of coding that you don't really wan't to mess with because this is your site,So when you've found the place you wan't to put your add simply put a load of x's were you wan't it to appear.
For instance if I wan't my add (HERE) I would put in (xxxxHERExxxxx), Now go to EDIT HTML and you will see all your coding but you will also see your X'S like this,
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
(xxxxHERExxxx)</html>
Now go and CUT & PASTE your add code that is given by your add provider (google,ect) Copy the code,When you go back to your HTML were you see all the x's, now simply highlight the x's like this....
xxxxherexxxx Then click PASTE and you X'S will automatically be replaced with your add code.
When you see the actual HTML of your site you will be surprised to see all the coding that goes on behind the scenes of it.This is just a simple tip that I use to know were I wan't to put my add.It will work with any add that you wan't to put on your site....