Using Cascading Style Sheets
Tags:
ASP.NET
, IDE
, Beginning
Cascading Style Sheets allow you to change the appearance of your web site by simply changing one file, a .css file that is associated (or rather, linked) to each of your web pages. Each HTML paragraph, table cell, heading, etc. can be customized to look or perform in a certain way, and custom classes can be created and applied to text areas. This video demonstrates how Visual Studio.NET makes the creation and linking of .css files easy.