Web Authoring 1 - Final Assignment Due in last class. - Create a 3 page website • Project to be built using Adobe Photoshop, Dreamweaver &/or possibly NotePad or TextEdit. |
|
Your Root directory should look like this: Beginning Instructions: 1. Use Dreamweaver or NotePad++ to build your site. 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 SAVE IT IMMEDIATELY! (especially in Dreamweaver. This will ensure your links work as relative links.) 6. Create a CSS style sheet and sve it in the CSS folder. All files will link to this common CSS file. 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 3 columns with 3 Graphics as links to other pages. C - Insert your Name and format it to H1. D - Add paragraph with some BOLD words in it. E - Include a second table below the first table with 1 Row and 2 columns. F- Add a hypertect Link that links to an external website.
Page2 : HTML - link file to your CSS stylesheet. A - Include the same Navigation bar as on Home page. B - Add 3 images on page and position them to unique locations using CSS.
CSS 1. Attibutes listed in screenshots below.
Page 3 - link file to your CSS stylesheet. HTML A- Add a Div tag and use CSS to create size, background colour, border, absolute position location and adjustable width by percentage. CSS
CSS file summary: Should have these items: 1." body" selector style - for default font and background colour Screenshots of CSS Details Selectors
Class Styles ID Styles |
|