Final Exam Preparation Guide
Here are your basic lists of tasks to prepare for the Final Exam:
Part 1: HTML
- Begin with these files.
- Unzip, open, and rename the folder to:
yourlastname-exam3-part1 - Open and edit the index-begin.html file. “Save as” and rename the file to:
yourlastname-index.html - Consult this screenshot.
- Create the HTML code to get the same results, including:
- necessary tags and elements including: html, head, title, and body — including closing tags
- appropriate headings
- list
- paragraphs
- links
- images
- Be sure to use title and alt attributes for links and images.
- No cheatsheet for this part.
- You may open and view your progress in Firefox.
- You will be given approximately 20 minutes to complete as much as you can for this part of the exam.
Part 2: CSS
- Begin with these files.
- Unzip, open, and rename the folder to:
yourlastname-exam3-part2 - Open and edit these files, which are awaiting you to complete them:
style.cssindex.html
- Consult this screenshot.
- Note that all background images are in the folder:
images - Complete the CSS (and add necessary HTML) to get the desired results, including as much of the following as possible. You DO NOT need to complete the goals in this order. Choose the ones that are easiest and quickest for you, in the order that you desire!
- provide basic properties for the body
- put background images in place
- style links, including normal, visited, and hovered, as well as linked images
- place background images on PDF and external links
- employ the Gilder-Levin image replacement method for the site logo
- employ the pixy rollover method so that the site logo changes on hover
- arrange the content into two floated columns
- ensure that the footer clears as it should
- Extra points for answering the questions in the css comments. (Aim for one-sentence answers.)
- You may consult this CSS cheatsheet for reference.
- You may open and view your progress in Firefox.
- As you practice, you may consult these files included in the downloaded folder:
index-complete.htmlstyle-complete.html
- You will be given approximately 40 minutes to complete as much as you can for this part of the exam.
NOTE: Some details of the files may be altered for the exam. HOWEVER, the missing portions — the portions you need to complete — will be nearly exactly what you are asked to do here.
