Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

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
error: Content is protected !!