What's <body> </body> tags? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's <body> </body> tags?

8th Jun 2019, 1:34 AM
adggfsd9
4 Answers
+ 4
The visual part of a web page resides within the <body> tags.
8th Jun 2019, 3:44 AM
Sonic
Sonic - avatar
+ 2
All the website contents such as images, hyperlinks, texts, tables, lists etc. are inside <body> tag.
8th Jun 2019, 9:30 AM
Romal Joseph
Romal Joseph - avatar
+ 1
It is shown part of the HTML code. there are <head> and <body> tags, and first one contains metadata. And second one contains contents.
8th Jun 2019, 2:26 AM
asdfers
0
<body> all the stuff goes here. <p> imagine it as earth . all the rocks, house, trees, cars, ... gonnere. Or your body. your body contains..eye, ear, leg, hand...</p> </body>
8th Jun 2019, 4:24 AM
Ginfio
Ginfio - avatar