Pre-requistes: Tags and Attributes of HTML
Well, everything is not difficult to learn, all you need is good internet connection and a cup of coffee to move on with this tutorial!
As the name suggest, body tag defines the body of the webpage. All the basic content of a webpage including heading, paragraph are defined inside the body tag.
Starting from very scratch, body is considered as closing tag, which means it needs to be closed after the work is done. To denote closing tag, we use "/" wit...
Published on October 25, 2020 06:02