Connection of a CSS style sheet with HTML can be done three ways. One of the ways is using and external style sheet to make the connection. Similarly an internal style sheet can be used as define the relation between a CSS style sheet and a HTML element. Finally the last but not the least is using the HTML style attribute to obtain the same objective. These are not possible with XML with the current browsers. Connection can only be done using <?xml-stylesheet?> processing instruction. There is no alternative method of achieving this
"There are three ways to connect a CSS style sheet with HTML: You can use an internal style sheet, you can use an external style sheet, or you can use the HTML STYLE attribute to associate a CSS style with a particular HTML element. You don't have the luxury of these options in XML, at least not with the current crop of browsers. At this point, there's really only one way of connecting a style sheet to an XML document: by using the <?xml-stylesheet?> processing instruction.
Actually, <?xml-stylesheet?> isn't built in to the XML
Cascading Style Sheets Workshop
To take this workshop, you need to have a text editor such as TextEdit (Mac OS) or Wordpad (Windows), a Web browser (e.g., Firefox or Internet Explorer 6), and access to Dreamweaver 8 (only for the Dreamweaver section noted in the links in the navigation column to the left). If you have access to ITSS Novell application software (office server connection), Dreamweaver is available to you at no additional charge. If you don't have an office server connection, Dreamweaver is available in the Computer Corner. You can even
Cascading style sheets (CSS) give you more control over the appearance and presentation of your Web pages. With CSS, you can change the appearance of text, such as changing the font type, colors, and spacing. You can use CSS to position elements on the page, make certain elements hidden, or change the appearance of the browser, such as adding text to the status bar.
There are three basics types of CSS styles: inline, embedded, and external.
Inline - Inline styles are contained within the style attribute for HTML element. Inline styles affect only