Computer Science, asked by raginirags, 1 year ago

the body tag usually used after which tag

Answers

Answered by Anonymous
5
" head tag "

<body> tag on html is actually used after </head> tag.

Body tag is a container tag

It means that it have content in it.

It also requires closing tag.

It have many elements like :

1. Bgcolor
2. Background
3. Text
4. Scroll
etc.

To use a body tag foramt is like :

<html>
<head>
<title> Xnxx </title>
</head>
<body>
Content
</body>
</html>
Answered by WritersParadise01
9
✨hey mate!✨

the body tag usually used after HEAD tag.

we write using the following steps for writing a HTML :-

<html>
<head>
<title>Document Title...</title>
</head>
</body>
</html>

hope it is helpful!✌️
Similar questions