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. is correct but isn't.When linking to files or different URL address to place the link inside speech marks.That's the real basics that you need to know about creating a web page. So lets start on the fun part now, creating the web page.
To create the page that allows people to view it you have to start you page with this coding
This allows for peoples browsing software to pick up that the file they are viewing is a HTML file and there is contents to be shown.
As stated before what tags you open you have to close so at the end of your web page you have to have this code.
View the original article here