Introduction
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript
HTML Document
<html>
<head>
<title>Welcometocampuslife.</title>
</head>
<body>
<h1>CampuslifeWesbite<h1>
<h2>My first page.lt;/h2gt;
<p>
HTML DOCUMENT
<p>
</body>
</html>