Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
The <body> tag defines the document’s OR web page’s body.
The <body> element contains all the contents of an HTML page, such as text,images,hyperlinks,tables, lists, etc.
<!DOCTYPE html>
<html>
<head>
<title>Title of the page</title>
</head>
<body>
The content of the page will goes here...
</body>
</html>