HTML Lab Activity 1-
Type this code in Notepad text editor and save file with .html extension
---------------------------
<html>
<head>
<title>My First Web page</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
---------------------------
Output-
0 Comments