The <body> Tag
The body tag follows the head tag. All visual -structural elements are contained within the body tag.
Headings paragraph, lists, quotes, images, and links are just a few of the element that can be contained within the body tag.
Basic HTML structure:-
<html>
<head>
</head>
<body>
</body>
</html>
The <body> Tag defines the main content of the HTML document.
0 Comments:
Post a Comment