In oneโs editor, type the following code.
Now save the file with any name one likes, and then add a .html or.htm extension to it.
Congratulations ๐, you have made your first webpage.
<html> <body>ย ย ย ย <h1>Hello, World!</h1>ย ย </body> </html>