HTML Program to Create First Webpage

HTML Code

<html>
<head>
    <title>My First Webpage</title>
</head>
<body>
    <p>Congratulation! You have created first web page.</p>
</body>
</html>

OUTPUT