

Before we get into some neat html codes, here are some basics. When naming html pages, pictures, music, and graphics for your site, always use lower case letters and NO spaces. When writting a code for a page link or graphic link always use the L I F O method. That means when entering closing tags go backwards! Here is a text example: You might start with center then font code then bold. Now to close, start with the last one. Close bold, close font, and then close center. Remember, Last In - First Out. Some other important hints to use when building web pages. Use relative links for pages and graphics on your site. That means you don't need to enter the http://www.etc for anything located in your files. Your main page is index.html and a link from any other page on your site, back to the main page is index.html. Using relative links allows you to transfer your site to another server and be able to work on it offline. This includes all your graphics, pictures, midi's and waves in your files. |
