Murach's JavaScript and DOM Scripting
A crash course in XHTML
Knowing how to code XHTML documents is a prerequisite to
building JavaScript applications. So this chapter covers what
you need to know to use this book. (If you already have experience
with XHTML, you can skip this chapter for now and use it for
reference later on if you come across a tag or attribute that
you're not familiar with.)
|
|
|
|
A web page and its XHTML |
122 |
|
Basic XHTML syntax |
124 |
|
How to validate an XHTML document |
128 |
|
|
How to code the head section |
130 |
|
How to code the core attributes |
132 |
|
How to code blocks of text |
134 |
|
How to format text with inline
tags |
136 |
|
How to code lists |
138 |
|
How to code character entities |
140 |
|
How to code links |
142 |
|
How to include images |
144 |
|
|
How to code a simple table |
146 |
|
How to code a table with spanned
columns and rows |
148 |
|
|
How to create a form |
150 |
|
How to code buttons |
152 |
|
How to code labels and text fields |
154 |
|
How to code radio buttons and
check boxes |
156 |
|
How to code select lists |
158 |
|
How to code text areas |
160 |
|
How to group controls |
162 |
|
How to set the tab order for controls |
164 |
|
|
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|