Knowing HTML (Part 2)
Things that you have to know before you play with the HTML Code. First you must know that HTML is consist of the HTML Tags. Tags are :
* keywords surrounded by angle brackets like
* HTML tags normally come in pairs like and
* The first tag in a pair is the start tag, the second tag is the end tag
* Start and end tags are also called opening tags and closing tags



