/
Creating our own example page
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!
, multiple selections available,
Related content
Getting Started with HTML
Getting Started with HTML
More like this
Text Editor
Text Editor
Read with this
HTML Structure
HTML Structure
More like this
The Javascript console and Developer Tools in Chrome
The Javascript console and Developer Tools in Chrome
More like this
How do we make a Javascript sandbox
How do we make a Javascript sandbox
More like this