In one’s editor, type the following code.

<html>
	<body>       
		<h1>Hello, World!</h1>    
	</body>
</html>

Now save the file with any name one likes, and then add a .html or.htm extension to it.

https://codepen.io/linccodes/pen/MWOvNKy

Congratulations 🎉, you have made your first webpage.