Unit 3 individual project for ITCO381
Subject
Programming
Course
ITCO381
Question Description
Assignment Details
Assignment Description
In this assignment, you will continue to build on the skills of providing Web page content and structure with HTML and Web page style and layout using CSS. Design and develop an intermediate-level Web page consisting of valid HTML content that includes semantic elements, images, and tables. Follow these steps:
Use Visual Studio to create a New Web Site. Select the ASP.NET Empty Web Site template to create the Web site. Use the File System Web location to create the Web site at the selected location and give the Web site an appropriate name.
Create a static Web page that includes the basic structure of a valid HTML (not XHTML) document and a CSS file.
Make sure to include
the language attribute of the html element and
the character set attribute of the metadata element.
Name the Web page Unit3.html
Link to the Unit3.css file used to style and layout the Web page.
Assign “Unit 3 IP” to the title.
Structure the Web page using the HTML semantic elements
header
section
footer