TUTORIALS
HTML
HTML Tutorial
This is a very basic HTML tutorial for beginners learning HTML.
I will explain how to create HTML documents using Notepad.
1. Open Notepad. (Start > Programs > Accessories > Notepad)
2. To set the page up, copy and paste:
This is a basic HTML document.
Replace "PAGE TITLE" with whatever you'd like to name your page. Any remaining codes, such as those adding text and images should be placed between the "BODY" and "/BODY" tags.

Let's do a practice run.
3.Copy and paste the following into Notepad:
4. Go to SAVE and save the file as "Example.html"
5. The file thumbnail should appear as below.
When you open the file, you should see the following page:
CLICK HERE TO VIEW THE PRACTICE PAGE
Study the Practice Page to gain some basic HTML knowledge. TIP: To edit a page, simply open the file. You will see your page appear. Go to VIEW > SOURCE from the top menu and your coding in Notepad will appear.
Did this tutorial help you out? If so, please link back. If you have any questions please visit the FAQ page before contacting me. DO NOT STEAL THIS TUTORIAL OR CLAIM IT AS YOUR OWN.








