<div id=”quick-menu”>

Quick Links

<ul>

<li><a href=”#tables”>Tables</a></li>

<li><a href=”#forms”>Forms</a></li>

</ul>

</div>

Conclusion

Right, I think that marks the end of this webpage for me. For you, though, the job is not finished yet. You should now go through the HTML section of this book again, adding all the HTML examples and concepts that you find along the way to your website. Some examples of things you could add to the webpage are as follows:

  • images (why not create a mini photo gallery);
  • links;
  • unordered lists;
  • ordered lists;
  • div class;
  • div id; and
  • spans.

It’s a good idea to do this now as it will test your knowledge and understanding of what we have learned so far. At this point you should have a solid grasp of visual design and should be able to add in examples of each of the above elements while updating the styles accordingly to ensure it looks good and fits in with our current style. The training wheels are off now, go and see what you can create. When you are ready, let’s move on to the CSS page and we can start you off with a couple more CSS examples over there. Keep going, you are doing great!

CSS page

Hopefully now you have had a chance to go through and finish off the HTML page with more examples. Great stuff, let’s now turn our focus to the CSS page and jump straight in with a few examples of how we can show our examples on this page. Let’s first get started with the base file.

The steps

Great, now we should have a nice base file to work from.

Let’s go straight in with an example of styling text. This is going to be nice and simple. All we are going to do is:

Now save the file and check out the file in the browser. You should see your text with the styling you applied to it. Clicking the ‘show code’ button should show the inline styles code you used to make the changes to the text’s style.

The code for this page should look like this: