HTML_CSS : The Definitive Guide |
Table of Contents
This book is divided into four parts, they are:
This section contains a gentle introduction to what HTML_CSS is and has to offer. Included is general information about installing and using this PEAR package, and answers to frequently asked questions.
This section is intended to provide a quick introduction to get started understanding, installing, and running the bundle examples.
This section describes every API in the HTML_CSS package. The description of each function may contain some or all of the following parts:
Synopsis
Shows the structure and prototype of the function.
Description
Gives a description about what the function does.
Parameter
Describes each parameter for the function along with the paramater types and names. Both required and optional parameters are listed.
Returns
Describes the returned value, if the function doesn't fail.
Throws
Describes the returned PEAR_Error
objects, if the function
fails.
Note
Additional notes and information about the function. An example note would be if the function can be called statically.
See
Links to other related functions or manual entries.
Example
An example use of the function or class.
This section is intended to provide full examples included into the distribution.
HTML_CSS : The Definitive Guide | v 1.5.0 : January 15, 2008 |