8) Use an HTML code generator to do the HTML coding for you: Try the
Quackit Online HTML Editor. Coding by hand is a pain in the neck, and is downright impossible
if you want to use fancy HTML elements. Quackit lets you create the look you want for your
HTML pages, then generate the HTML code.
I don't want your HTML pages to look anything like the boring basic pages you downloaded
and modified. Experiment with Quackit and its options:
- Go to Quackit Online HTML Editor.
- Click the Source button in the upper left of the Quackit editing tools
- Select all the HTML in the form and delete.
- Open your index.html page and view the code (in Notepad or a browser). Copy
all your code and Paste into the Quackit window.
- You can make the editing window larger by dragging the lower right corner
- Click the Source button again to see what the page will look like.
- Use the various tools (buttons, roll over each with your cursor to see what they are) to
modify your page.
- Once you are happy with your page, click Source again and copy all the HTML code.
Paste the new code back in your index.html file, save, and upload to the
server.
- Modify the rest of your HTML files in the same way. You can create additional HTML files
if you want. Please ask me if you have any questions.