Example Use of the charset attribute in a link: <a charset="UTF-8" href="http://www.1000sourcecodes.com">Vi...
Example
Use of the charset attribute in a link:<a charset="UTF-8" href="http://www.1000sourcecodes.com">Visit 1000sourcecodes.com!</a> |
Definition and Usage
The charset attribute specifies the character encoding of the target URL.The default character-set for modern browsers is ISO-8859-1.
Syntax
<a charset="character_set"> |
Syntax Example
<a charset="ISO-8859-1"> |
Attribute Values
Value | Description |
---|---|
character_set | The character encoding of the target URL.Common values:
To view all available character encodings, go to our Character sets reference. |