Let’s create our first HTML page

Estimated reading: 1 minute 64 views

open a new file in your text editor and copy this code in it: index.html

<!DOCTYPE html>
<html>
 <head>
 <title>Title of the page </title>
 </head>
 <body>
 The page content here.
 </body>
</html>

save the document as myfirstpage.html and open it with a browser.

Share this Doc

Let’s create our first HTML page

Or copy link