Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body><font id="font1">
<script>
function run() {
document.designMode = "on";
font1.size = null;
document.execCommand("selectAll");
document.execCommand("createLink", false, "test1");
document.execCommand("fontSize", false, "1");
}
run();
</script></font></body>
</html>