Body Tag:-
इस tag का इस्तेमाल Web page के Content Area को बनाने में किया जाता है। यह एक बहुत महत्वपूर्ण टैग है। Body tag एक html document में सिर्फ एक बारही use में लाया जा सकता है।
Note:-यह HTML वेब document का main टैग है। यह HTML document का सबसे largepart है।
<html>
<head>
<title> Hello </title>
</head>
<body>
<h1> Body of Page </h1>
</body>
</html>
Attributes of Body Tag:-
Attributesकई प्रकार के होते हैं
- Bgcolor
- Background
- Text
- Topmargin
- leftmargin
- Link
- Vlink
- Alink
Body Tag:-
Everything inside this element is shown inside the main browser window. <body> is opening body tag and </body> is closing tag.
Note:- This is the main tag of a HTML web document. This forms the largest part of the HTML document.
<html>
<head>
<title> Hello </title>
</head>
<body>
<h1> Body of Page </h1>
</body>
</html>
Attributes of Body Tag:-
There are many types of attributes
- Bgcolor
- Background
- Text
- Link
- Vlink
- Alink