- From: Angela K Hilton <angela.hilton@umist.ac.uk>
- Date: Thu, 11 Mar 2004 12:21:47 -0000
- To: "'Beheler Kim'" <beheler_kim@bah.com>, <w3c-wai-ig@w3.org>
Hi Kim If I have read your question correctly you are talking about the cascade of style sheets. In-line formatting such as: <font size="1" face="Arial, Helvetica, sans-serif">Text</font> Will override anything you have declared in the external style sheet. There are 3 places to declare the style of a HTML tag: 1. in-line 2. in the head of the HTML page 3. in an external file If you think about it in the simplest of ways: The browser will 'look' for instructions on how to display a tag firstly in-line, then in the header, then externally, the 'closest' instruction will take priority. Hope that's clear Angela *********************************** Angela K Hilton Web & E-Learning Officer ISD, UMIST Tel: 0161 306 3109 *********************************** -----Original Message----- From: w3c-wai-ig-request@w3.org [mailto:w3c-wai-ig-request@w3.org] On Behalf Of Beheler Kim Sent: 10 March 2004 16:11 To: w3c-wai-ig@w3.org Subject: Stylesheet question On the Access Board web site, they provide the following guidance: "In general, the "safest" and most useful form of style sheets are "external" style sheets, in which the style rules are set up in a separate file." My question is if a web page includes html font tags and an external style sheet will this override user-defined style sheets? The html font tags are hard coded throughout the page. For Example: <font size="1" face="Arial, Helvetica, sans-serif">Text</font> Thanks in advance, Kim
Received on Thursday, 11 March 2004 07:21:48 UTC