[SOLVED] Use Cascading Style Sheets (CSS) to style Web pages. Identify navigation strategies for websites.

Can you help me understand this Website Design question?

Struggling to find relevant content or pressed for time? – Don’t worry, we have a team of professionals to help you on
[SOLVED] Use Cascading Style Sheets (CSS) to style Web pages. Identify navigation strategies for websites.
Get a 15% Discount on this Paper
Order Now

Purpose

This assignment is all about formatting with CSS. You will create an external stylesheet that contains CSS style rules. These style rules will format your pages and turn text navigation links into an attractive navigation bar.

Assignment Instructions

In this Assignment, you will create an external Cascading Style Sheet (CSS). You will create a History page for a restaurant website. Since the restaurant is family-owned, the History page may include some background information about the family. This page may also tell a story about how the restaurant was started and/or how the recipes came to be part of the menu. You should include at least 50 words on this page.

Assignment Requirements

  1. Create a History page from the website template.
    • Open template.html in Notepad to edit.
    • Type the restaurant name and the text “History” in the title tag.
    • Add a level 1 (h1) heading inside the header of the page. Include logical heading text for the History page.
    • Between <nav> and </nav> tags, add navigation links to your navigation code for the History and Menu pages:
      • <ul>
      • <li><a href=”history.html”>History</a></li>
      • <li><a href=”menu.html”>Menu</a></li>
      • </ul>
    • Save the page as history.html.
    • Close history.html
  1. Create a Menu page from the website template.
    • Open template.html in Notepad to edit.
    • Type the restaurant name and the text “Menu” in the title tag.
    • Add a level 1 (h1) heading inside the header of the page. Include logical heading text for the Menu page.
    • Between <nav> and </nav> tags, add navigation links to your navigation code for the History and Menu pages:
      • <ul>
      • <li><a href=”history.html”>History</a></li>
      • <li><a href=”menu.html”>Menu</a></li>
      • </ul>
    • Save the page as menu.html
    • Close menu.html
  1. Create an external Cascading Style Sheet (CSS) document named styles.css. This code will apply to the Web page elements, adding specific styling and design to the page content.
    • Open a new blank document in Notepad
    • Format the element coded into your HTML pages using CSS. The selector identifies the element that will be formatted, such as body, header, main.
    • Notice there is an ID named #container. This is standard practice for creating an invisible “box” around the entire page content. This helps develop fluid pages for mobile devices and gives a parent element to hold all page elements. It could be named anything, but container is standard.
    • Type the code below into the page, exactly as shown:
      • @charset “utf-8”;
      • body {
      • background-color: #9b30ff;
      • font-family: Arial, Tahoma, sans-serif;
      • color: #000000;
      • }
      • h1 {
      • color: #ffffff;
      • }
      • header {
      • background-color: #000000;
      • color: #ffffff;
      • text-align: center;
      • padding: 5px;
      • width: 80%;
      • margin-left: 10%;
      • }
      • #container {
      • width: 100%;
      • }
    • Save.
    • The next section of CSS formats the main content area and the footer. The footer must include the clear: both; style rule so it is placed below all other content on the page.
    • Type the code below into the page, after the last } bracket:
      • main {
      • width: 80%;
      • background-color: #ffffff;
      • float: left;
      • padding: 5px;
      • margin-left: 10%;
      • }
      • footer {
      • clear: both;
      • background-color: #000000;
      • color: #ffffff;
      • text-align: center;
      • margin-left: 10%;
      • padding: 5px;
      • font-size: 12pt;
      • width: 80%;
      • }
    • Save as styles.css. Don’t forget to select All Files from the drop menu when you save.
  1. Link your external CSS document to your Web pages.
    • Open history.html in Notepad to edit
    • Type the link tag exactly as shown between </title> and </head>
      • <link rel=”stylesheet” type=”text/css” href=”styles.css”>
    • Save and close.
    • Open menu.html in Notepad to edit.
    • Type the link tag exactly as shown between </title> and </head>
      • <link rel=”stylesheet” type=”text/css” href=”styles.css”>
    • Save and close.
  1. Edit CSS to apply formatting to navigation links within a Web page.
    • Type the following CSS code into styles.css. This code will format your navigation links, rendering the list and links into a decorative and functional navigation bar.
      • nav {
      • color: #000000;
      • padding: 5px;
      • width: 80%;
      • margin-left: 10%;
      • font-weight: bold;
      • }
      • nav ul {
      • list-style: none;
      • }
      • nav ul li {
      • float: left;
      • padding: 5px;
      • }
      • nav ul li a:link, nav ul li a:visited {
      • display: block;
      • width: 150px;
      • margin-right: 4px;
      • color: #000000;
      • padding: 2px 4px 2px 4px;
      • background-color: #ffffff;
      • text-decoration: none;
      • }
      • nav ul li a:hover {
      • color: #ffffff;
      • background-color: #9b30ff;
      • }
    • Save and close.
  1. Upload history.html, menu.html, and styles.css to the server.

Calculate the price
Make an order in advance and get the best price
Pages (550 words)
$0.00
*Price with a welcome 15% discount applied.
Pro tip: If you want to save more money and pay the lowest price, you need to set a more extended deadline.
We know how difficult it is to be a student these days. That's why our prices are one of the most affordable on the market, and there are no hidden fees.

Instead, we offer bonuses, discounts, and free services to make your experience outstanding.
Sign up, place your order, and leave the rest to our professional paper writers in less than 2 minutes.
step 1
Upload assignment instructions
Fill out the order form and provide paper details. You can even attach screenshots or add additional instructions later. If something is not clear or missing, the writer will contact you for clarification.
s
Get personalized services with MyCoursebay
One writer for all your papers
You can select one writer for all your papers. This option enhances the consistency in the quality of your assignments. Select your preferred writer from the list of writers who have handledf your previous assignments
Same paper from different writers
Are you ordering the same assignment for a friend? You can get the same paper from different writers. The goal is to produce 100% unique and original papers
Copy of sources used
Our homework writers will provide you with copies of sources used on your request. Just add the option when plaing your order
What our partners say about us
We appreciate every review and are always looking for ways to grow. See what other students think about our do my paper service.
Psychology
I was disappointed because I didn't receive my order on time but I'm thankful to have it.
Customer 452775, December 4th, 2023
Other
Excellent like always
Customer 452813, January 5th, 2025
Human Resources Management (HRM)
Excellent
Customer 452813, December 30th, 2023
Nursing
Amazing work! I passed the assignment!
Customer 452707, August 20th, 2022
Nursing
Fantastic work on this project as usual.
Customer 452707, July 5th, 2022
Human Resources Management (HRM)
Thank you for your service.
Customer 452701, March 6th, 2023
Human Resources Management (HRM)
You did an awesome job with this paper. Thanks for the prompt delivery.
Customer 452701, October 24th, 2023
Social Work and Human Services
Excellent Work
Customer 452587, November 22nd, 2021
Psychology
The paper is well written and professional. I highly recommend
Customer 452485, August 22nd, 2021
History
Thanks for your help and support as always!
Customer 452909, May 18th, 2024
Social Work and Human Services
Great Work!
Customer 452587, October 13th, 2021
Human Resources Management (HRM)
You are greatly appreciated.
Customer 452701, October 17th, 2023
OUR GIFT TO YOU
15% OFF your first order
Use a coupon FIRST15 and enjoy expert help with any task at the most affordable price.
Claim my 15% OFF Order in Chat

Good News ! We now help with PROCTORED EXAM. Chat with a support agent for more information