Homework answers / question archive /
Graded Project: PowerProject Company Project
You need to include the following files with your submission to the school: the PowerProject HTML web page (
Graded Project: PowerProject Company Project
You need to include the following files with your submission to the school: the PowerProject HTML web page (
Computer Science
Share With
Graded Project: PowerProject Company Project
You need to include the following files with your submission to the school: the PowerProject HTML web page (.html extension), the external CSS style sheet (.css extension), and all images mentioned in the web page.
Each project is individually graded by your instructor and therefore takes up to a few weeks to grade.
Be sure that each of your three files contains the following information:
- Your name
- Your student ID number
- The lesson name
- Your email address
Be sure to keep a backup copy of any files you submit to the school.
Overview
In this graded assignment, you’ll incorporate all the aspects of HTML coding you’ve learned in Lesson 3. To help you with this assignment, review the following examples and pages from your text:
- Color example: Pages 259–260
- Text example: Pages 295–296
- Box example: Pages 325–326
- Lists, tables, and forms example: Pages 353–354
- Layout example: Pages 399–400
- Images example: Pages 423–424
Instructions

PowerProject Logo
The PowerProject tool company is one of the leaders in power tools for the average handyman and homeowner. The company recently hired you to develop a page on its website for its new line of cordless chainsaws, leaf blowers, pole saws, and lawnmowers. You must create a web page for this line of tools known as the KLE550 series that uses 45V lithium-ion batteries. Download the following files:
- Overview and features of the KLE550 series of tools
- Image files and logo displaying the logo for the new tool series
- PowerProject.jpg, an image of the PowerProject tool company logo
You can also supplement these files with any other resources you have. You’re responsible for the content and appearance of the page.
To complete this task:
- Create an XHTML file named PowerProjectKLE500.htm.
- In the head element, include the appropriate page title along with a comment that describes the purpose and content of the page, your name, and the date.
- Include or demonstrate at least one example of each of the following in the document:
- Different colors of text boxes and backgrounds with appropriate contrast
- Two different styles of text
- Box with one of the following attributes:
- Border image
- Shadow
- Rounded corners
- Table with appropriate cell margins and spacing
- Bulleted list with one or more point styles from pages 333–334
- Form with all the following attributes:
- Text input (size appropriately)
- Password
- Text area
- Select box
- Radio buttons
- Checkboxes
- Demonstrate your understanding of creating a list, table, or form.
- Use proper XHTML and CSS syntax at all times.
- Write your code and comments so that it will be easy to understand and read.
- After completing the page, validate your code using the XHTML validator at http://validator.w3.org/.
- Save your XHTML file and then view the resulting page in a browser.