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