
How to Create a Very Simple Basic Web Page by Nick Hatton
Before I start for the extra spaces between the < and > should be removed.
You can create simple web pages without the need for special software, but there some key things to do need to have or know.
- Notepad or some other text editor.
- Know what type of webpage you are going to create, e.g. html, php, asp.
- You need have the will power to learn some basic html coding.
After you have installed and open Notepad or another text editor they are some key ingredients that go in to make a valid website.
- When using HTML tags you need to remember what you open has to be closed.
- All Tags are in lower casing e.g. < tagname > is correct but < TAGNAME > isn

No comments yet.
Leave a comment