Even though the XML language doesn't inherently include any mechanism for defining how a document looks, CSS makes it possible to add a view to XML documents. This tutorial explores CSS inside and out, including how to create style sheets for XML documents with CSS. You find out that CSS style properties, although simple to use, provide a considerable degree of flexibility over the positioning and formatting of XML content. You also learn how to control the flow of text on a page, not to mention how to use fonts, colors, background images, and letter spacing.
In this tutorial, you'll learn
- The basic structure and syntax of CSS
- How to create a basic CSS style sheet for an existing XML document
- How to control the layering of elements with CSS
- How to use margins and padding to control the spacing around and within elements
- How to format text using several different CSS style properties