Introduction:
The HTML
Example:
The HTML
body tag is used for indicating the main content section of the HTML document. The body tag is placed between the </head> and the </html> tags.Example:
<html> <head> <title>HTML body tag</title> </head> <body style="background-color:orange"> Document content goes here </body> </html>
0 comments :
Post a Comment