Body Tag in HTML
Body Tag, Head Tag के पूरक के रूप में कार्य करता है। यह Tag किसी Web Page की संरचना में आने वाले प्रत्येक भाग को दर्शाता है। यह Head Tag के बाद में आता है Head Tag, Body Tag का एक अन्य भाग बनाता है।
Syntax :-
<html>
<head>
<title>
my first web page
</title>
< /head>
<body>
……………..
……………..
</body>
</html>
Tag Case Sensitive नहीं होते हैं, अर्थात हन्हें छोटे या बड़े किसी भी प्रकार के अक्षरों में लिख सकते हैं।
1.Open Text Editor Like (Note Pad or Note pad +).
2.Type the body tag after head tag like this. Please we carefully open or close all the tags and all the tags come under html.
3. Save as ab.html (For Ex. first.html).
4. Open the web page.