<body>
Tag DemoThe <body>
tag defines the main content area of a webpage. Everything you want displayed in the browser window should be placed inside the <body>
tag.
This content is inside the body tag.
<body>
tag is required in every HTML document. It comes after the <head>
section and contains everything visible on the page (text, images, links, etc.).