Posts

Showing posts with the label html bold tag

HTML Body Tag Structure, Syntax, and Examples

Image
Head section   1]  <BODY>  </BODY> TAG :- The HTML <body> tag defines  main content of the HTML document to the section of the HTMI. document that will be directly visible on your web page. This tag is also commonly referred to as the <body> element. All those content which we write inside the <BODY> tag appear on the web browser.The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There can only be one <body>  HTML syntax for body tag <BODY> <h1> This is body tag </h1> </BODY> Attributes Use Body Tag:-  Bgcolor   :-  To change the background color of the web document. Background    :-  To set the background image on the body of the web document Text     :- To set the Foreground color of text. Left Margin   :- To set the Left Margin of the web document...