|
ASP.NET Book
The online ASP.NET Tutorial Book |
|||||||||
|
|
|||||||||
ASP.NET BasicsHTML BasicsASP.NET Web Server Advanced HTML Application Designing Using Visual Studio ASP.NET Standards ASP.NET Styling ASP.NET Navigation ASP.NET TipsASP.NET ValidationHTML forms CSS Styling CSS Advanced ASP.NET Features ASP.NET Image Effects Common mistakes DB Design tips Building ApplicationsDesign Secure AppsBuild Secure Apps |
1. Placing Style Rules |
||||||||
|
A good programmer always codes such that the code can be re-used and can be accessed easily. For instance, if you want to add a button in color Red, you can just choose change the button color property to Red. But if you have thousands of buttons in your website and you wish to apply a consistent style throughout, you would have to individually change the color property x 1000 times thus increasing your workload and even styles which might override effects of others. This chapter is broken down into four more as shown below. Table of ContentsChapter 1 - Placing Style Rules [top] |
|||||||||