Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <h1>The script charset attribute</h1> <script charset="UTF-8" src="demo_script_charset.js"> </script> <p>The Greek characters display correctly because they are part of the "UTF-8" character set.</p> <p>Try changing character sets to "ISO-8859-1" (default), "windows-1252" or "UTF-16".</p> </body> </html>