Use a different font, make the text size a little bit smaller than the rest of your page, and italicize.: When the user submits their form, you should provide a cost estimate for their trip. Use the following business rules to make the estimate:Note: Be careful about your calculations
The page will simulate the site for a Chicago-based small bus line that travels to St Louis, Milwaukee, and Detroit.:The home page (i.e. the page) should simply be the heading, image, and slogan of the site. The home page should NOT be the one that has the reservations form. It is simply the ‘main’ page for your business’ website. Add a little blurb / slogan about your bus line. Have a navigation section that includes links to all of the other pages on your site. This section should have either a background color or a border (or both if you prefer). Feel free to add other styles if you like. This table of contents must appear on all pages. Place this table of contents inside a div tag called ‘’. Style this ‘’ section as a contextual selector inside your external sheet.The reservations is described below.Have a page called ‘Contact includes a (fake) address, phone number, e-mail address, of your company.Have a page called ‘Join Mailing List’ that has a form requesting the user’s name and e-mail address. When the user submits the form, they should see a confirmation message thanking them for joining the mailing list and confirming that they have joined the list. (Obviously you do not have to write the code that actually joins them in a real mailing list!)ALL of the pages should have a similar look. For example, if you change the background color, it should be the same on all pages. Use an to accomplish this task. (You may still use embedded styles to alter something on a given page–remember the rules for priority of styles— styles meant to apply to all pages need to be written in an external sheet).In addition to the , you must use for all pages using .ALL pages should have the company name somewhere on the page. Place this name in within your ‘header’ section. Style this section as a contextual selector in your external style sheet.Have a ‘footer’ section in which you have the phone number and address of your company at the bottom of each page on your site. Style inside your external . Use a different font, make the text size a little bit smaller than the rest of your page, and italicize.: When the user submits their form, you should provide a cost estimate for their trip. Use the following business rules to make the estimate:Note: Be careful about your calculations! For example, the . However, the hotel cost should be. (You can assume that everybody stays in the same room!)Every page must make use of your external style sheet (e.g. to style the company name). You may dispense with embedded styles if your external contain all necessary classes and contextual selectors, etc. However, you’ll probably find that you need to include embedded and or inline styles for at least some of your pages.






