HTML is the code language that all Web pages use.
You can make your own website with HTML.
You will enjoy learning HTML.
We teach you with easy examples.
Install VS code 1st.
Try This Code
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>

When we save this file as html extension then result will be as.



Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.