Tuesday, November 22, 2011

New Beginnings:part 3

Hello, today i will explain some very frequently used tags in HTML. I am assuming that you have seen the video ( in the post New Beginnings:part 2) and seen how to make a simple web page that displays in a browser, now i will explain the tags used in the video....

1) The center tag " <center> </center> "      This tag centralizes everything in between the tags, it displays everything as center justified. Very suitable for headings....

2) The font tag " <font> </font> "   This one is used to format any text in-between the tags to the font specified, when this tag is not used the default font is used.

3) The head tag " <head> </head> "  This is used to tell the browser that everything in-between the tags is used for the header or to set the header properties. ( will expand the information on this tag later)

4) The title tag " <title> </title> "  This is used to specify to the browser that the text appearing in-between the tags are for the title of the web page, that is what is to be displayed at the top of the browser as the page title.

5) The body tag " <body> </body> "  This is to specify to the browser that everything in-between the tags is the body of the web page i.e. the web page content.

...i feel that we should take this a step at a time, so bye for now....see you in part 4 ......

2 comments:

Anonymous said...

The info above is quite nice and informative, at least for non-techies like me....
Also i really love this blog...
very coooool...

Anonymous said...
This comment has been removed by a blog administrator.

Post a Comment