April 2005
Intermediate to advanced
336 pages
6h 33m
English
Empty: An element that contains no data but, rather, is an instruction to the browser to perform some action, such as force a line break or display an image. Empty elements in XHTML are terminated with a trailing slash, as in <br />.
Non-empty: An element that contains data. All nonempty elements in XHTML must be closed, as in this example:
<p>This is a paragraph, it contains data and is therefore non-empty.</p>
Element: a
Description: Used for linking to external documents or intrapage references
Element Type: Inline, nonempty
Example:
<a href="http://www.pearson.com/">Go to the Pearson Web Site</a><a name="reference1">Go to Reference One</a>
Tips: There are no known tips for this element. You cannot ...
Read now
Unlock full access