Question: In visual studio, you will do the following: Create a web site and name it yourFirstName_lastName_finalProj Add a master page to your site. In the
In visual studio, you will do the following:
Create a web site and name it yourFirstName_lastName_finalProj
Add a master page to your site.
In the master page, create a 2 column layout
Create a header that has a banner in it
Create a footer that contains a copyright statement like the one shown below, where the current year should be extracted by using date class:
(c) your name | 2009 - current year
Another common characteristic of user-friendly websites is using navigation scheme. In your final project you will utilize one of the navigation controls (your choice) to create a consistent look and feel across all pages that can easily be updated.
In the left column in your master page, place the navigation to all your web site. Use asp.net navigation control for this final project. It will be easy for you to update as you work on this project.
Add a home page based on your master page. In the home page introduce your web site to visitors. Use at least three paragraphs, and different headers and at least one list. The list can be either ordered or none-ordered, your choice.
Use an external style sheet for all of your styling throughout this final project. Place the stylesheet in a separate folder.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
