Murach's ASP.NET 2.0 with VB 2005
A crash course in HTML
This chapter presents the HTML essentials that you need for ASP.NET programming. By the end of it, you'll be able to modify the HTML that's generated by Visual Studio as needed. You'll also be able to enter the HTML for certain elements from scratch, whenever that makes sense.
|
|
|
|
Basic rules for coding HTML elements |
152 |
|
How to work with HTML using Visual
Studio |
154 |
|
How web server controls are rendered |
156 |
|
|
The basic structure of an HTML
document |
158 |
|
The Page directive |
160 |
|
The Doctype declaration |
160 |
|
How to code basic text formatting
elements |
162 |
|
How to code links to other HTML
pages |
164 |
|
|
How to use inline styles |
166 |
|
How to use the Span element to
apply styles |
168 |
|
How to use styles to position
elements |
170 |
|
How to use the Style Builder |
172 |
|
How to use an external style sheet |
174 |
|
How to use classes in a style
sheet |
176 |
|
Visual Studio features for working
with style sheets |
178 |
|
|
How to create a table |
180 |
|
Common table attributes and style
properties |
182 |
|
How to use a table to control
the layout of a page |
184 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike
Murach & Associates, Inc. All rights reserved.
|