This topic has not yet been rated - Rate this topic

@charset

Sets the character set for an external style sheet.

@charset sCharacterSet

sCharacterSet

String that specifies the htmlCharacter Sets.

The rule has no default value.

You can use only one @charset rule in an external style sheet. The rule must appear at the top of the file, cannot be preceded by any characters, and cannot be included in an embedded style sheet.

The following example implements the @charset rule:

@charset "Windows-1251";
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.