Introduction-to-Website-Development-EM200-1703B-02-

Managerial-Accounting-Concepts
June 11, 2021
How many of each type of air compressor should the company produce to maximize profit?
June 11, 2021

Introduction-to-Website-Development-EM200-1703B-02-

For the Phase 3 Individual Project assignment, you will create a 3-page Web site with navigation links to ensure proper movement throughout the site. The first page of the Web site was previously created in Phase 2. You will add 3 navigation links to the <nav> section of the index.html page. Then, you will create the second and third pages of your Web site. They can have names of your choice. For this template, the second and third pages are called about.html and contact.html.

Step 1: Add navigation links to the navigation section of your index.html file (the first page of your Web site), and resave your work as index.html.

<!DOCTYPE html>

<html>

<head>

<title>Homepage</title>

</head>

<body>

<header>

<img src=”logoimage1.jpg” height=”300″ width=”300″ alt=”logo image”>

<h1>Sample Web Site</h1>

</header>

<nav>

<a href=”index.html”>Home</a>

<!– Decide the name for your second Web page. In this template, the second page is called
about.html. –>

<a href=”about.html”>About</a>

<!– Decide the name for your third Web page. In this template, the third page is called
contact.html. –>

<a href=”contact.html”>Contact</a>

</nav>

<section>

<h3>Continue to add content for the Homepage.</h3>

</section>

<footer>

<h4>Copyright year, your name, date, class, section number</h4>

</footer>

</body>

</html>

Step 2: Create the second page of your Web site. Change the title of the page, and add content information in the <section> area so that it corresponds with the topic of the second Web page. When completed, save your file with an appropriate name and a .html extension.

<!DOCTYPE html>

<html>

<head>

<title>About</title>

</head>

<body>

<header>

<img src=”logoimage1.jpg” height=”300″ width=”300″ alt=”logo image”>

<h1>Sample Web Site</h1>

</header>

<nav>

<a href=”index.html”>Home</a>

<a href=”about.html”>About</a>

<a href=”contact.html”>Contact</a>

</nav>

<section>

<h3>Continue to add content for the About page.</h3>

</section>

<footer>

<h4>Copyright year, your name, date, class, section number</h4>

</footer>

</body>

</html>

Step 3: Create the third page of your Web site. Change the title, and add content to the <section> area so that it corresponds with the topic that you chose for the third Web page. When completed, save the .html file.

<!DOCTYPE html>

<html>

<head>

<title>Contact</title>

</head>

<body>

<header>

<img src=”logoimage1.jpg” height=”300″ width=”300″ alt=”logo image”>

<h1>Sample Web site</h1>

</header>

<nav>

<a href=”index.html”>Home</a>

<a href=”about.html”>About</a>

<a href=”contact.html”>Contact</a>

</nav>

<section>

<h3>Continue to add content for the contact page.</h3>

</section>

<footer>

<h4>Copyright year, your name, date, class, section number</h4>

</footer>

</body>

</html>

Students must view chats to stay on track. Students will submit the following:

  • 3 html files for the three pages of the Web site. The first page is called index.html. The other two Web pages have names of the students’ choice.
  • 1 image or graphics file for the logo of the Web site. (only 1 image file, which should be your logo)

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.