<!DOCTYPE html>id="w3s" charset="ISO-8859-1" href="http://www.w3cschool.cn/"W3Cschooldocument.write("Return charset of link: ");document.write(document.getElementById('w3s').charset);document.write("<br><br>");id="google" href="http://www.google.com/"Googledocument.getElementById('google').charset="utf-8";document.write("Set charset of link to: ");document.write(document.getElementById('google').charset);