'charset' Example : Charset « Document « JavaScript DHTML
- JavaScript DHTML
- Document
- Charset
'charset' Example
<html>
<body>
<button onclick="alert(document.charset);">Character Encoding for Document</button>
</body>
</html>
Related examples in the same category