148,890 views
19 votes
19 votes
Project: On Assignment as a Web Developer

Assignment Directions:

Create a web page for a fictitious company: Widgets Inc. has hired you to make a mock-up for their new website. They are on a budget and only want to have a presence on the Internet. They do not need any fancy bells and whistles. They have sent you an email message with the basic parameters of the site.

The site should have at least three pages. They should include the landing page (commonly named index.htm), a contact page, and a "Meet the Company" page.
Each page should have an identical header containing the company name and motto: "We make widgets fun!"
Each page must include navigation back to the home page (without needing to use the Back button on the browser).
All font styles and alignment must be performed with inline CSS.
The company mascot is a dog, but there is no logo provided in this project. Any picture of a dog will do. Make sure it is prominently displayed on each page.
Each page should display in a web browser with a title.
All employees on the "Meet the Company" page can be random people's photos from the Internet. Please include Jack Sprat, President, Tom Thumb, Vice President, Sally Flag, Treasurer, and Monty Fuller, Secretary.
All text for these pages can be fake. See this website to create filler paragraphs.
Make up email addresses, but use the mail to: command as a hyperlink and display the person's name and not the actual address.
Each page should have a link to the other pages.
Link to at least three remote web pages. One of these should be formatted in an iframe.
The main page should have a sample product table including the following information:
Name Size Color Lead time Price Discount (for 10)
W-1 1X1 Blue 1 week $200.00 10%
R-2 2X2 Green 1 week $1,200.00 15%
D-2 2X3 Red 2 weeks $12,000.00 20%
Assignment Guidelines:

Projects will be assessed on following the requirements and style. Use color (creatively), at least two typefaces, headings, bold and italics, images, background colors, and so on to make your pages.

Submission Requirements:

Standard HTML

Question # 1

File Upload

Ensure that you fulfill all requirements, then upload your final web page project.

User Kashesandr
by
2.4k points

2 Answers

22 votes
22 votes

Answer:

It is not possible to upload files .html files here

User Muhammad Shahab
by
3.0k points
14 votes
14 votes

To create a webpage, start with an HTML document. Define the structure with tags like <html>, <head>, and <body>. In the head, set the title using <title>.

Design the layout with elements like <header>, <nav>, <main>, and <footer>. Use inline CSS for font styles and alignment. Incorporate a navigation bar with links. Include engaging content and media using tags like <p>, <img>, and <a>.

So, Ensure accessibility with alt attributes. Employ color, typefaces, and styles creatively. Add hyperlinks to connect pages. Test and refine the design.

Finally, upload files to a hosting server for online accessibility.

User Wangzq
by
2.8k points