0
Copy the following into a text editor and save as page.html.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Then double-click the file to open it in a web browser. Congratulations. You made your first HTML page.
You can continue learning about it here:
https://www.w3schools.com/html/
or with Sololearn's HTML course:
https://www.sololearn.com/Course/HTML/