Sunday, May 29, 2011

Structure of an HTML page

Markup Tags are used to construct an HTML page (a Web page). We divide an HTML document into following tags.

<html>...</html>

This tag represents the start and end of an HTML document. It has two sub parts.

1. Head
2. Body

Head can be defined using tag <head>...</head>. Head contains processing information and meta data for HTML document.


Body can be defined using tag <body>...</body> that contains displayable information on browser.

Head contains another important part Title
<title>...</title> this tag is use to display heading of the web page.


Simple structure of an HTML page will be




1 comment:

  1. perfect;
    There couldn't be an easy way to understand this beside this post;

    ReplyDelete