Main Body of A HTML Code
<html>
<head>
<title>-----------------------------------------------------</title>
<meta name="description"
content="-----------------------------------------------------"/>
<meta name="keywords"
content="-----------------------------------------------------"/>
<h1>-----------------------------------------------------</h1>
<h2>-----------------------------------------------------</h2>
<h3>-----------------------------------------------------</h3>
<h4>-----------------------------------------------------</h4>
<h5>-----------------------------------------------------</h5>
<h6>-----------------------------------------------------</h6>
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
</head>
<body>
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------
</body>
</html>
It is
the main structure of a HTML code. Now I am telling you about it's part.
Every
HTML code is start with < > tag and close with </ > tag.
In the
main part of the structure I am using <html>------</html> tag. It
is the starting tag. And all other coding is stay into the tag. After it I am
used <head>------</head> tag. What you used into this tag is used
for heading. <body>------</body> tag is used for crating the page
body. Means, into the tag, what you write is shown in the page.
N.B.:
The green color code is optional for main structure. Means, you can use this or
not. But I tell you to use the tags. Because it will to help you in SEO. For
learn SEO visit our about SEO Tutorial articles. Thanks......
0 comments:
Post a Comment