Source code
Revision control
Copy as Markdown
Other Tools
<head>
<script>
function boom()
{
document.getElementById("mfenced").setAttribute("mathbackground", "yellow");
}
</script>
</head>
<body onload="boom();">
<math:mfenced id="mfenced" />
</body>
</html>