Web Page Development

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

This question has been answered.

Get Answer