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
<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
perfect;
ReplyDeleteThere couldn't be an easy way to understand this beside this post;