Web Page Exercise
- This week make a web page for your auto repair shop
- Using Microsoft Windows XP, go to "start ->My Documents"
- Create a folder with the name "Week_5_HTML" ( File-New-Folder)
- Double-click to open the folder. The folder should be empty
- While in the Week_5_HTML folder, create a folder with the name "images" but do not open the folder
- Start Textpad
- Copy and paste this doctype at the top of your web page
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- Create all of the basic web page tags starting with the <html> tag
- Create a title of "Your Name Auto Repair" (use your name)
- Create style tags (see page 29 in your textbook)
- Within the style element enter the following for the body tag (see page 30 in your textbook):
- background-color: #d2b48c (you may change this color)
- margin-left: 10%
- margin-right: 10%
- font-family: Arial
- Within the style element enter a second style, this time for h1 element:
- color: #003366
- font-weight: bold
- font-size: 200%
- Starting within the body tags, Create an large heading "Welcome to 'Your Name' Garage
- Create a horizontal line under the welcome
- Right-click on the following picture
and download (save this picture) to your images folder.
- Insert this picture into your web page and change the width to 139 pixels and height to 120 pixels with the alternate text of "Joe's Picture "
- Type in information about your garage repair service. You may use this text or you may use your own words
- Create a "List of Services" heading but using a smaller heading size (not heading size 1)
- Add a list of services offered by your garage to include: Car Washing, Test Drives, Engine Repair, Car Detailing and Diagnostic Services
- Create a "Cars for Sale " heading
- Insert the following graphic
change the height to 120 and width to 200 the alternate text should be "Show Car"
- Type in information about cars which you have repaired and will sell.
- The last paragraph in your web page is a link to cars.com. It should read, "For a full listing of our cars, go to Cars.com". The words Cars.com will be hyperlinked to http://www.cars.com. Also, this link will open in a new window (page 158 in your textbook)
- For extra credit, create a link to carwash.com using this gif
When the user clicks on this graphic, they will be linked to http://www.carwash.com
- All done? Go to Start, My Documents and browse to find the Week_5_HTML folder. Right-click on the folder Week_5_HTML and Send To a compressed file. Can you find your .zip file?
- Rename and save the file as firstInitial_lastName_week5.zip. (e.g.: b_ray_week5.zip)
- Submit this exercise and the quiz as the Week 5 homework