Google

Thursday, November 29, 2007

BASIC HTML TAGS - Part 1

We had covered some of the basic tags already in my previous posts. Just a recap of it is given in the below table.

START TAG DESCRIPTIONEND TAG
<html> Beginning of any html document</html>
<head> First part of html document which has the title tag and if needed some script functions like JavaScript functions can be added.</head>
<title> Whatever we mention in between the title tags comes as the title of the web page(HTML document when run through Internet Explorer opens the web page)</title>
<body> This is the main part of any HTML document. It can contain paragraphs, sub headings or main headings, pictures, tables,video clips,Frames, forms, etc,</body>

NOTE: All the above tags have a corresponding closing tag

No comments:

Total Page Hits