|
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 |
2. Creating Columns Using CSS |
||||||||
|
When developing a professional web page, it is a good practice to divide the web into three or four sections. These sections include a header for the top of the web page, a content are in the middle and footer at the bottom. These sections can then be divided into smaller sub sections. For example: The header section can be further divided to include a banner, an advertisement, menu or even breadcrumb lists and the content area can be further divided into two or three columns. The alternative to this was to create a large table with merged cells, spanned columns, and rows. This can be still used, but professional web designers do not practice this anymore due to the following reasons:
The following ASP.NET tutorial helps you learn some of the significant of layout features. Table of ContentsChapter 1 - HTML Web Standards [top] |
|||||||||