Source code
Revision control
Copy as Markdown
Other Tools
<head>
<script>
function foo()
{
document.getElementById("ms").setAttribute("lquote", "'");
}
</script>
</head>
<body onload="foo()">
</body>
</html>