Styles (was: New List)

by Kynn Bartlett <kynn-hwg(at)idyllmtn.com>

 Date:  Wed, 18 Aug 1999 18:25:35 -0700
 To:  "Mike Hopkins" <ironmike(at)ia.net>
 Cc:  "Styles" <hwg-style(at)hwg.org>
 In-Reply-To:  ironmike
  todo: View Thread, Original
At 05:48 PM 8/18/1999 , Mike Hopkins wrote:
>How many ways are there to add Styles to an HTML document?

Let's see:

(a) External CSS file
    <LINK REL="stylesheet" TYPE="text/css" HREF="file.css">

(b) Internal stylesheet using the STYLE element
    <STYLE TYPE="text/css">
      <!--
        BODY { font-family: sans-serif; }
      -->
    </STYLE>

(c) Inline styles using the STYLE attribute
    <H1 STYLE="font-family: serif;">

(d) Combination of the above using CLASS or ID attribute

(e) Combination of the above using Javascript

(f) XSL with XHTML/XML documents

(g) Anything else?

Of these, I know the least about XSL.  Anyone care to talk about
that any?

-- 
Kynn Bartlett                                    mailto:kynn(at)hwg.org
President, HTML Writers Guild                    http://www.hwg.org/
AWARE Center Director                          http://aware.hwg.org/

HWG hwg-style mailing list archives, maintained by Webmasters @ IWA