1) Create your file:
Open a text editor and save a new file as index.html.
2) Write the basic HTML:
<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>Hello World!</h1>
<p>This is my first paragraph.</p>
</body>
</html>
3) See it in action:
Open index.html in your browser and watch your text appear!
Subscribe to the Premium memberships for more detailed explanations