CSS @charset Rule (original) (raw)
Last Updated : 23 Aug, 2024
The @charset rule specifies the character encoding used in the style sheet. The @charset must be the first element in the style sheet and if several @charset rules are defined then the only first one is used. It can not be used in the
Geeksforgeeks
<p>Learn</p>
<p>Contribute</p>
<p>Explore</p>
</center>
`
**Output:
**Supported Browsers: The browser supported by _@charset rule are listed below:
- Google Chrome 2.0
- Microsoft Edge 12.0
- Internet Explorer 5.5 above
- Firefox 1.5
- Safari 4.0
- Opera 9.0