How to Develop Web Pages

Learn web technologies and languages., You'll need an editor., Creating a web page could be as simple as creating a text file ex: page.txt and renaming the extension to .html i.e page.html, open it using notepad or your preferred editor, write the...

18 Steps 1 min read Advanced

Step-by-Step Guide

  1. Step 1: Learn web technologies and languages.

    The basic ones you'll need to know to code your own websites are HTML, XHTML, CSS and JavaScript.

    After that you can go on with learning others like XML, ASP, PHP...

    You can start learning for free at http://w3schools.com/ this sites contain comprehensive lessons for the beginner and experts alike, plenty of examples and an editor so you can try out what you've learned and see results on spot.
  2. Step 2: You'll need an editor.

    Web page code files are basically text files so you can create a web page using only notepad.

    But it might get hard to read through creating big and complex pages, in which case you might need an editor with more advanced features such as color-coding, tag completion.

    Some of this include notepad++, Microsoft Visual Web Developer Express, BBEdit (for Mac) which are free and some of them need to be bought like Adobe Dreamweaver or MS Visual Web Developer (the non-free versions). ,,,,, You can even see the page source by right-clicking on an empty area in your browser and selecting view source (the method can vary with different browsers)
  3. Step 3: Creating a web page could be as simple as creating a text file ex: page.txt and renaming the extension to .html i.e page.html

  4. Step 4: open it using notepad or your preferred editor

  5. Step 5: write the (X)HTML code of the page

  6. Step 6: save it and the load it in your browser.

  7. Step 7: To make sure your website is consistent

  8. Step 8: download all the major browsers like Internet Explorer

  9. Step 9: Firefox

  10. Step 10: Safari

  11. Step 11: Chrome

  12. Step 12: Opera (they're all free) and test your pages in each of the browser cause different people use different browsers and you'd want your pages to look the same everywhere.

  13. Step 13: You should also make sure your page is valid and it conforms to the standards and recommendations

  14. Step 14: you can validate your page using the validator at http:\\validator.w3.org\ which will tell you if your site is okay or contains errors.

  15. Step 15: Once you've mastered creating pages

  16. Step 16: plan and create your website; which is just a group of related pages.

  17. Step 17: Visit your favorite sites and

  18. Step 18: study them and get some ideas.

Detailed Guide

The basic ones you'll need to know to code your own websites are HTML, XHTML, CSS and JavaScript.

After that you can go on with learning others like XML, ASP, PHP...

You can start learning for free at http://w3schools.com/ this sites contain comprehensive lessons for the beginner and experts alike, plenty of examples and an editor so you can try out what you've learned and see results on spot.

Web page code files are basically text files so you can create a web page using only notepad.

But it might get hard to read through creating big and complex pages, in which case you might need an editor with more advanced features such as color-coding, tag completion.

Some of this include notepad++, Microsoft Visual Web Developer Express, BBEdit (for Mac) which are free and some of them need to be bought like Adobe Dreamweaver or MS Visual Web Developer (the non-free versions). ,,,,, You can even see the page source by right-clicking on an empty area in your browser and selecting view source (the method can vary with different browsers)

About the Author

R

Robert Sanders

Robert Sanders is an experienced writer with over 2 years of expertise in non profit. Passionate about sharing practical knowledge, Robert creates easy-to-follow guides that help readers achieve their goals.

102 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: