Web Design and Development

Tutorial 3 - Images and links


Task 1 - Create/structure the Web Page content

Download Tutorial3_startup.html, open it in the text editor of your choice, and in a browser. Notice that the browser does not recognise the documents structure. Save the file on your home h: drive as tutorial3.html

The web page you create should resemble Fig.2 below. To achieve this, follow the steps outlined below: Make sure you cater for accessibility on your page by using alternative text in the image attribute alt="Add some alternative text." The content of the page should look similar to Fig.2 at this stage.
example of page layout
Fig.2 - A snapshot of the page layout without formating with CSS.

Task 2 - Create Links

The page should contain a series of links:

If you've reached this far, you should be proud of yourself for having worked that hard! You are not done though, you still need to style the page.

Task 3 - Format the page

Use embedded style sheet to further modify the HTML content to resemple the example layout of Fig.1 :

example of page layout
Fig.2 - A snapshot of the expected layout for tutorial 3.

Proceed on the following formating:

Now your page should look pretty simmilar to Fig. 2.

Task 4 - Create a Fixed Horizontal Navigation Bar

See Below for an example of the fixed Navigation Bar. Image 2 shows the fixed Navigation Bar when scrolling down the page.

example of fixed Navigation Bar

Task 5 - Validate your code

Task 6 - Upload your page to the Web server and set the correct permissions

Task 7 - Share your design with your peers and comment on other's work.

Task 8 - Complete the Practice Test on Blackboard