AIT2B Production

September 1st, 2009 Leave a comment Go to comments

Task

Create a website to serve as a portfolio for your work. Your website should be both fully functional as well as having a pleasing design.

Things to do

Download

Links

Knowledge Base

You need to know some basic html tags:

  • <div> – short for division, the building blocks of a website which work together with your css (cascading style sheet).
  • <ul> – unordered list, in other words a dot point list
  • <ol> – ordered list, in other words a numbered list
  • <li> – list item, in other words each point in a number or dot-point list
  • <a> – a hyperlink which is usually followed by the web address e.g. <a href=”http://google.com”>
  1. No comments yet.
You must be logged in to post a comment.