HTML DOM Document charset attribute
- Previous Page body
- Next Page characterSet
- Go Up One Level HTML DOM Documents
Definition and Usage
Not recommended charset
attribute. Do not use it.
charset
The attribute may not work in future browsers.
Alternative:
Document characterSet attribute
See also:
Syntax
document.charset
Return Value
Type | Description |
---|---|
String | The character encoding of the document. |
- Previous Page body
- Next Page characterSet
- Go Up One Level HTML DOM Documents