1
<p><a id="myAnchor" href="https://www.mifengjc.com">Visit mifengjc.com</a></p>
2
<script>
3
var x = document.getElementById("myAnchor");
4
document.write(x.id);
5
</script>
<p><a id="myAnchor" href="https://www.mifengjc.com">Visit mifengjc.com</a></p>
<script>
var x = document.getElementById("myAnchor");
document.write(x.id);
</script>