Tutorial Home > Software > Internet > Microsoft Visual InterDev 6.0 > Introducing Style Sheets

Introducing Style Sheets
In addition to simply formatting individual characters or paragraphs in your HTML document, you can apply styles, or predefined formatting instructions. Style sheets allow a convenient way to add same style repeatedly. There are different ways of applying styles in your documents, but the most powerful way is to use cascading style sheets since you can apply style to multiple documents in your project just by including a couple of lines of code. In this series you will learn how to apply styles with style sheets.

  Tutorials
  Adding Style Sheets
  Editing Style Sheets
  Including Style Sheets