anchor-text.html   [plain text]


<a id="x" href="http://www.google.com"><b>the second copy should not be bold</b></a>
<script>
document.write(document.getElementById("x").text);
</script>