#summary The a charset attribute specifies the character encoding for the target resource of a hyperlink.
#labels about-html,is-html-attribute,from-w3c
You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AElement element] > *charset attribute*
== Usage ==
This attribute is purely advisory and does not override the character encoding defined by the target resource.
== Values ==
Should be [http://www.iana.org/assignments/character-sets a registered character encoding].
== Elements ==
You can use the `charset` attribute on the following elements:
* [AElement ]
* [LinkElement ]
* [MetaElement ]
* [ScriptElement