1.First HTML document:
Hi there! This outputs: Hi there! Simple enough, and you can type text to your heart’s content, but you can do more complex things if you put your mind to it. Besides, all that text with no formatting won't make the person reading the page too happy. What are the words between the < and >? The <> are called “tags.” > means to “turn off” or “close” the tag and <> means to turn the tag on. For instance starts the html document and starts the html body(i.e. what is output to the screen!) Sometimes you can get away with not closing a tag at the end of a document, but most of the time you should make sure to. There are some tags that will not need to be turned off. Let’s look at these next. But remember, they are exceptions to the rule. Note: don’t worry about capitalization inside of tags, at least not for the simple ones. The exceptions later are more complex and get into JAVA/JAVAScript but we are focusing on HTML first. 2.Which tags don’t need to be closed/turned off?and
Line below here.
row 1, col 1 | row 1, col 2 | row 1, col 3 | row 1, col 4 |
row 2, col 1 | row 2, col 2 | row 2, col 3 | row 2, col 4 |