| Everyone has their own way in how they design | | | | you'll need to apply Html codes. |
| web sites, and each of them uses various tools and | | | | Step 1: Start with and end with |
| means to create a web site. Designing websites is | | | | Step 2: Add your head -always end with |
| then based on what tools you use and the methods | | | | Step 3: Add your title, and end with |
| you choose to design your pages. There are a few | | | | Your first scripts should look like this: |
| different approaches in how to design a website that | | | | Next, you want to end your Html codes, head, and |
| appeal to you. You have the choice to manually write | | | | title by adding a little bit of information. How to |
| scripts, codes, and program your web pages using a | | | | design a website is based on HTML format, but not |
| text editor, or you can find a good "point-and-click | | | | every page you see will look like this. In the |
| graphical editor," which allows you to generate HTML | | | | meantime, follow the format and don't forget to add |
| codes without worrying about coding yourself. If you | | | | the body tag so that you can fill in some extras |
| intend to learn how to design a website manually by | | | | when you are designing your web pages. |
| coding and scripting your pages, you need to learn | | | | Web Design Tags and Codes |
| some basic HTML. Html always starts as a script; | | | | Now go and build your first web page! |
| unless you have chosen to design Ajax scripts, still | | | | |