Computer Science, asked by rag84, 1 year ago

what is the use of<body> tag in HTML code wore any two attributes of this tag​

Answers

Answered by hetpatel67
1

Answer:

it is used body part in HTML

it means that the main content of the HTML

(BODY)

(/BODY)

Answered by AdityaR7
2

Answer:

In HTML, the <body> tag is used for writing the body part in a HTML webpage. It is a container tag. It begins as <body> and ends as </body>.

The two attributes of the <body> tag are:

  1. <body bgcolor="colour">
  2. <body font="text font">.

Hope it helps! If you like the answer you can start following me for more useful answers to your questions.

Similar questions