Murach's ASP.NET 3.5 with VB 2008
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. And you'll be able to take advantage
of tools that make it easier to work with the cascading style
sheets (CSS) that are used to format web pages nowadays.
|
|
|
|
Basic rules for coding HTML elements |
162 |
|
How to work with HTML using Visual
Studio |
164 |
|
How web server controls are rendered |
166 |
|
|
The basic structure of an HTML
document |
168 |
|
The Page directive |
170 |
|
The Doctype declaration |
170 |
|
How to code basic text formatting
elements |
172 |
|
How to code links to other HTML
pages |
174 |
|
|
How to use inline styles |
176 |
|
How to use the Span element to
apply styles |
178 |
|
How to use an internal style sheet |
180 |
|
How to use classes in a style sheet |
182 |
|
How to add and modify style rules |
184 |
|
How to use an external style sheet |
186 |
|
Visual Studio features for working
with style sheets |
188 |
|
How to use the Apply Styles window to
work with styles |
190 |
|
How to use the CSS Properties window
to work with styles |
192 |
|
|
How to create a table |
194 |
|
Common table attributes and style
properties |
196 |
|
How to use a table to control
the layout of a page |
198 |
|
 |
|
|
|
|
© Copyright 1998-2009 Mike
Murach & Associates, Inc. All rights reserved.
|