Basic Website Design Layout and Accessibility
Written By: Grant Mc
- 14 Mar 2006 -
Description: This hypothetical project walks you through planning and designing a website with HTML and CSS.
Basic HTML
First, let’s get the first basic piece of html out the way
Now in between the title tags put the name of you website for example.
Made-up Website
This will display on the top bar of the browser and on the browser button at the bottom start bar.
Click Here To View A Screenshot
Now we need to call in the style sheet as shown here:
Made-up Website name="description" content="Made-up Website" /> http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> rel="stylesheet" href="dmc.css" />
Now let’s create the header div.
Made-up Website name="description" content="Made-up Website" /> http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> rel="stylesheet" href="dmc.css" /> class="heading">
/>Made-up Website
Now the left div which will be our navigation bar.
dumfries music club name="description" content="dumfries music club" /> http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> rel="stylesheet" href="dmc.css" /> class="heading">
/>Made-up Websiteclass="left"> Home
/> href="contact us.htm">contact us
/> href="make.htm">make your own site
/> href="join.htm">join us!
/> href="links.htm">links
/> href="news.htm">news
/>
Now we have got a style sheet to sort out the look and feel the basic home page all we need is info on the home page but let's see how it look's so far.
Click Here To View A Screenshot
Now let's add the final touch to the website. Let’s add the right div to sum up this section of basic web design.
made-up website name="description" content="made-up website" /> http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> rel="stylesheet" href="dmc.css" /> class="heading">
/>made-up websiteclass="left"> about us
/> href="pageone.htm">contact us
/> href="pagetwo.htm">programme
/> href="pagethree.htm">join us!
/> href="pagefour.htm">links
/> href="pagesix.htm">news
/>class="right"> welcome,
/> to the made-up website
/>
/> the website doesn’t say much so there is no point in reading on
/> bla bla blabla bla blabla bla blabla bla blabla bla blabla bla bla
/> bla bla blabla bla blabla bla blabla bla blabla bla blabla bla bla
/>
/> bla bla blabla bla blabla bla blabla bla bla
/> src="pix/dmclogo2.jpg" width="150" height="150">
/>
REMEMBER TO SAVE THIS AS "INDEX.HTM"
Click Here To View A Screenshot
So that concludes the first section of basic web design by me, Grant McAllister!!