Creating a Web Page in C# and ASP.NET
1. First create your ASP.NET Empty Web Application project
(File/New Project / ASP.NET Empty Web Application)
2. Next add a stylesheet to your project
(Right-click on Project, Add, Style Sheet) and name it styles.css.
3. Next drag the file to your html in between the <head> tags. It should look like this:
4. Add HTML5 semantic tags to separate page content and add meaning to your webpage. Add <header>, <nav>, <ul> list, and <section> with ASP.NET <form> inside.\
5. Add some really fun CSS3 code to really spice up your page.
6. TADA, you've got a working page!
No comments:
Post a Comment