Creating our own example page

Create a file - say with the name ‘hello.html’ - with the contents below using a text editor.

<html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>

To view the document:

  • Open your internet browser

  • Go to File > Open File and select the file you created

You should see something that looks like this

Make changes to the document and refresh the page to see how the modifications present!

 

Related pages