Web Authoring 1 - Final Assignment Due in last class. - Create a 3 page website - - Supply your own content (artwork, photos, text). |
Step 1: Must Watch this to properly set up site - (critical to make sure your links are relative) Your Root directory should look like this:
Beginning Instructions: 1. Formerly Set up site in Dreamweaver to begin. How to video 2. Root folder must contain a folder named "images" for images & a folder named "CSS" for your css file. 3. Must Use One External Cascading Style Sheet for all CSS styles. Name it "yourLastName.css" and save it in the CSS folder. 4. Make sure all your images and css file are in their proper folders before making html files. 5. As soon as you create a new html file in Dreamweaver SAVE IT IMMEDIATELY! This will ensure your links work as relative links. 6. All pages must have your full name as the html page title. 7. You can create and/or open the css file in Dreamweaver and hand code it in Code view. Or use NotePad if you wish. Details for Each Page: Home Page: A- Must name your home page "index.html" B- Must create a graphic Navigation Bar using a Table with 1 row and 2 columns with 2 Graphics as links to other pages. C - Include a second table below the first table with 1 Row and 2 columns. Div Page: HTML - link file to your CSS stylesheet. A - Create a div tag with ID ="top". B - Create a 2nd div tag with ID= "bottom" C - Must include a link back to Home page. CSS 1. Create ID called "top" with the following attributes: 2. Create ID called "bottom" with the following attributes: Tables Page - link file to your CSS stylesheet. HTML A- Create a table with 3 rows and 2 columns. D- Must have a link back to Home page. CSS CSS file summary: Should have these 5 items: 1." h1" selector style - for Tables page |
|