... part of the Web Site of George North -- Back to Site Index
Internet Publishing CPST-240-10
Summer 2008
Body Systems
Tutorial 1 - Case Problem 4
Due 11:59 PM, Sunday, Jun 1
Assignment
Key Terms
News
Data files needed for this Case Problem: logo.jpg, smith.jpg, smith.txt. You should have already downloaded these files. See Data Files for Students for more information.
Tutorial 1, Case Problem 4
Body Systems
Body Systems is one of the leading manufacturers of home gyms. The product page for Body company recently hired you to assist in developing their Web site. Your first task is to create a Web page for the LSM400, a popular weight machine sold by the company. You've been given a text file, smith.txt, describing the features of the LSM400. You've also received two image files: logo.jpg, displaying the company's logo and smith.jpg, an image of the LSM400. You are free to supplement these files with any other resources available to you. You are responsible for the page's content and appearance.
To complete this task:
- Create an HTML file named T1CP4_uniqueName_yName.html (use your own name, not yName) (use a name you make up, not uniqueName). Save it to your own computer.
- As always, the first line of HTML should be a comment that includes your name, date, and the name of the text editor you used.
- In the head element, include an appropriate page title, along with a comment describing the purpose of the page.
- Include at least one example of each of the following in the document:
Note: I will be looking at your HTML. Do yourself a favor, include comments that identifies the purpose of a section of HTML. For example you might what to include a comment something like: "this demonstrates my understanding of inline styles"
- Demonstrate your understanding of inline styles by including at least two different examples of an inline style.
- Use proper HTML syntax at all times. Close all two-sided tags. Properly nest all tags. Use lowercase element and attribute names. Enclose attribute values in quotes. Include alternate text for non-graphical browsers with inline images.
- Write your code so that it will be easy for your supervisor to read and understand. This means use comments.
- Save your HTML file, and then view the resulting Web page in a browser. See Strategy for editing HTML
When you are finished:
- Use FTP to upload your completed web page to your Tulane Student Web Space.
- Copy the URL of your website's main page and paste it into a new eMail message to George (gnorth@tulane.edu). Subject of this eMail MUST be "Tutorial 1 - Case Problem 4"
Note: When we reach the end of our class, ALL of the web pages you created should still be available on your website. So, make sure NOT to delete any older pages, and to use unique names for all pages. This will be easier if you place pages for each assignment in their own folders of your website. Send George eMail if you are confused by this.
|