Question
Create an items-for-sale web site. The following requirements must be met: Can this be done without CSS? 1. The home page must have a link
Create an items-for-sale web site.
The following requirements must be met: Can this be done without CSS?
1. The home page must have a link for a user to register with the site and a link to at least one category of items for sale.
2. The Register page must meet the following requirements:
2.1 It must be exactly as shown in the the example output, with the following exceptions: The word "coin" must be replaced by the name of your item for sale. The radio buttons and check boxes must be changed to make sense for your item.
2.2. The layout of each section must be achieved using a table (3 tables in all).
2.3. When its submit button is clicked, the form must post its data to: http://www.idocs.com/tags/cgi-bin/mycgi.pl
2.4. The zip code field must not allow more than 5 characters to be entered.
2.5. The page must include a hidden field named "hiddenField" that will post the value "hidden value".
2.6. The state field must have an initial selection of "Georgia". The posted data for states must be their 2-character abbreviation. For example, "GA" will post if Georgia was selected. You do not need to include every state. Include the first 12 states and an item that indicates there are more.
3. The items-for-sale page (Lincoln Cents in the example output) must meet the following requirements:
3.1. The table must include at least one small image for each item. The example output shows 2 image columns (front and back) for each item.
3.2. One of the columns must include a description of the item's condition.
3.3. One of the columns must contain a right-justified asking price.
3.4. The first column must contain a short name/code for the item. One of these must be a link that leads to a corresponding detail page for that item.
3.5 The first row must be a header row that uses a theme-appropriate background color.
4. The detail page (Detail - 1909-S VDB in the example output) must meet the following requirements:
4.1. The first row of the table must have 2 columns with a larger sized view of the item in each.
4.2. The second row must span both columns and must contain detailed information about the item.
4.3 After the table, the asking price and contact information must be present as shown in the example output.
5. Every page except the home page must have a breadcrumbs navigation area.
6. You may use "filler text" to fill out paragraphs as shown in the assignment example output. However, you must also have some specific, non-filler text.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started