Body Tag in Html
Advertisements
Body Tag in Html
The <Body> tag are used to specify the actual content to display on the web page. It means display all data on web which is written within <body> and </body> tag.
Syntax
<body> <p>Html is simple and easy to learn</p> </body>
Result
Html is simple and easy to learn
Google Advertisment