Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your mission for this project is to create a single HTML document that presents two different appearances, determined by the document's CSS stylesheet. Your HTML

image text in transcribedYour mission for this project is to create a single HTML document that presents two different appearances, determined by the document's CSS stylesheet. Your HTML file should be called project1.html and the two stylesheets should be called project1a.css and project1b.css. If the HTML file links to project1a.css then it should appear like this ("version A"): Project 1 HTML and CSS Image 1 If the HTML file links to project1b.css than it should appear like this ("version B"): Project 1 HTML and CSS Image 2 Requirements The content should be described in a single HTML file, using a element to display the main table. There may not be any formatting information in the HTML file: it must all be in the CSS files (class and id attributes are allowed in HTML; these don't specify formatting directly). The appearance must be generated entirely with CSS style information; you may not use images for this project. The only change that should be required to switch from version A to version B is to change the

element in the header to refer to a different CSS file. Try to duplicate the appearance in the images above exactly ("pixel perfect"). For example: Some of the columns should be centered whereas others are left-justified. The "Total" line appears only in version B (hint: you may find the display attribute useful in producing this effect). The title in the browser title bar should read "ITEC 3830 Project 1". Both versions use the Tahoma font in a 13-pixel size. The background color for the header row in version A is #687291. The background colors for the body rows in version A are #eeeff2 and #dfe1e7. The white lines between rows in version A are 1 pixel wide. The color for the frame around version B is #d0d0ff. The frame in version B is 10 pixels wide; there are 20 pixels of empty space on either side of the frame. The horizontal rule above the "Total" line in version B is 2 pixels wide. Match the paddings and spacings as closely as possible. Your HTML file must be a valid XHTML document that passes validation at http://validator.w3.org, and your CSS files must pass validation at http://jigsaw.w3.org/css-validator/ For this project you should work individually (no teams); you can discuss general ideas with other people, and ask for help if you get stuck, but you must write your own HTML and CSS. Note: the border and margin styles are not supported for elements;

elements support border but not margin.
CS 142 Project 1 Mozilla Firefox File Edit View History Bookmarks Tools Help n L file:/IC:/Documents and Settings/John Ousterhout/My I G Google Most visited Manufacturer Size Unit Price Quantity Total Price Item Corn Flakes Kellogg's 2.50 2.50 18 oz. Solid White Tuna Starkist 5 oz 5.58 2 10.75 oz Cream of Mushroom Soup Campbell's 1,00 2.00 0.5 gal 1.99 1.99 2% Lowfat Milk Safeway Extra-Wide Egg Noodles Golden Grain 12 oz 0,87 3 2.61 Done

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions

Question

Explain the customer satisfaction gaps shown in Figure 3.1.

Answered: 1 week ago

Question

What is the meaning of the adjusted R 2 ? Why is it computed?

Answered: 1 week ago

Question

2. How much time should be allocated to the focus group?

Answered: 1 week ago