Skip to main content

Posts

Showing posts with the label Most Common Tags of HTML Documents

HTML Tutorial 3: Most Common Tags Used in HTML Documents

I'm sorry for the delay to publish new posts but something was wrong with my PC. That's   why I was in trouble with this and not able to write something new. Well I'd like to continue the HTML tutorial.  In this post I will discuss about some tags which are very common in preparing HTML documents . But before you go, don't forget to look at the following posts if you haven't already gone through: Creating a Simple HTML Document Basic Parts of an HTML Document Let's talk about the most common tags of HTML documents. You should also have a close look at our example document . Some of these tags are also used in that document. I think this will be helpful for you.  Structural Tags:   <html>, <head>, and <body> are the main structural tags of any HTML document. Each and every HTML document must contain these tags. Title   tag - <title> is also very important for an html document. Besides there are...