Authoring

Part II, "Authoring" focuses on HTML tags and their use. Most chapters begin with a listing of available tags with short descriptions (for easy access), followed by more detailed explanations and practical advice for their use.

"HTML Overview", gives a detailed introduction to HTML syntax, including how to specify color and special characters.

"Structural HTML Tags", lists the tags used to establish an HTML document and structure its contents, including settings that control or pertain to the whole document.

"Formatting Text", lists all tags related to the formatting of text elements in an HTML document.

"Creating Links", lists HTML tags related to linking one document to another, including imagemaps.

"Adding Images and Other Page Elements", focuses on the tags used for placing objects such as images, rules, or multimedia objects on a web page.

"Tables", provides everything you'd ever want to know about tables, including a list of table-related HTML tags, troubleshooting tips, and templates for popular table structures.

"Frames", covers the structure and creation of framed documents, including explanations of frame-related HTML tags, as well as tips and tricks.

"Forms", lists all tags related to form creation and provides an introduction to working with CGI scripts.

"Specifying Color in HTML", covers the two methods for specifying colors in web documents: RGB values and color name.

"Cascading Style Sheets", describes how to use CSS to control presentation of HTML documents, including detailed explanations of available selectors, properties, and values. It also introduces CSS Level 2 features and provides tips for style sheet use.

"Server Side Includes", provides an overview of Server Side Includes, including their capabilities and listings of the available elements and variables.