1. | Validate your (X)HTML and CSS (see page 345). Make any necessary changes.
|
2. | Open a browser, and choose File > Open File.
|
3. | Find the Web page on your hard disk that you want to test and click Open. The page appears in the browser.
|
4. | Go through the whole page and make sure it looks exactly the way you want it. For example:
Is the formatting like you wanted? Does each of your URLs point to the proper document? (You can check the URLs by clicking them if the destination files are located in the same relative position on the local computer.) Is your CSS file referenced properly? Do all of your images appear? Are they placed and aligned properly? Have you included your name and email address so that your users can contact you with comments and suggestions? (Or, to avoid spambots, have you included a form that people can use to submit comments?)


|
| |
5. | Without closing the page in the browser, open the appropriate (X)HTML or CSS document and make any necessary changes.
|
6. | Save the changes.
|
7. | Switch back to the browser and press Refresh or Reload to see the changes.
|
8. | Repeat steps 17 until you are satisfied with your Web page. Don't get discouraged if it takes several tries.
|
9. | Revalidate the code to make sure you haven't introduced any new errors.
|
10. | Upload the files to the server (see page 353).
|
11. | Return to the browser and type your page's URL in the Address bar and hit Return. The page will appear in the browser.
|
12. | With your page on the server, go through your page again to make sure everything is all right.
|