Website Project 1
Purpose:
- Create a website using a text editor.
- Learn basic HTML code.
- Learn basic CSS code.
To Do:
- Create a website describing past, present, and future.
Timeline:
- 5 days
Requirements:
- HTML
- Pick a topic for the theme "Past, Present, and Future." Examples: automobiles, a country, music, video games, fishing, etc.
- Create a homepage. File name "index.html."
- Create 3 more pages each named - past.html, present.html, future.html.
- Minimum on each page is:
- A title on the page and on the window of the browser.
- 2-3 paragraphs of text
- A photo or graphic
- 1-2 links to outside websites
- Links to every other page in your site.
- CSS
- Insert the following above the html tag on each page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- Insert the following code after the title tag on each page
<link rel="stylesheet" type="text/css" href="web.css" />
- Download this css file as a starting point. Save the file in your sites folder with the name "web.css"
- Experiment with change some characteristics
- Try to create an organized basic design.
- Change the background.
- Create a style for the title.
- Wrap the text around the graphic.
- Create a style for the links.
- Website should share valuable information.
- Use the computer as a tool to communicate a message.
Links:
Evaluation:
Final Steps:
- Insert the following above the html tag on each page