Web Design/Build a small website

< Web Design
Web Design Build a small website
This page is part of the Web Design project.
A small website design called Red Tie from OpenSource Web Design

So far we should feel confident to Build a basic web page using headings (<h2>...</h2>) and paragraphs (<p>...</p>), images (<img />), lists (<ul>...</ul>) and links (<a>...</a>). We should also be okay with linking our HTML to a stylesheet (<link />) and setting up some basic styles (fonts, sizes, colours, margins and padding). If you're unsure, have a look through the check-list on Build a basic web page and see if you are confident with the skills listed there, or see if you can answer the basic HTML exam questions or CSS exam questions!

Now we're ready to learn more about structuring our HTML so we can control more of the style with our CSS as we create our first small website from scratch! We'll also learn why it's worthwhile creating semantic (i.e. meaningful) markup.

Checklist

The activities here aim to get us creating our first small website while at the same time raising our awareness of the different types of HTML documents that we can create as well as how we can check (validate) our HTML to make sure it's correct. We'll also learn how to divide our content into meaningful sections that we can style with our CSS. Specifically we'll investigate how to:

Suggested Activities

The following activities (together with the learning resources below) may help you apply the skills outlined above as you learn them in the context of a small project. If you can improve them, please do!- Web Redesign

Your learning resources

There's lots of excellent tutorials out there for learning HTML, but there's also lots of old or even obsolete tutorials too. Here's a few resources that some of us have found useful: (please feel free to recommend others, but try to limit each list to 5).

Videos worth watching

Articles worth reading

CSS Techniques

CSS/HTML tutorials

Online Reference

Books

Related Qualifications

This article is issued from Wikiversity - version of the Monday, February 27, 2012. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.