Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<p>Now open a new tab and navigate to <a></a></p>
<script>
var a = document.getElementsByTagName("a")[0];
a.href = href;
a.textContent = href;
</script>
<!doctype html>
<p>Now open a new tab and navigate to <a></a></p>
<script>
var a = document.getElementsByTagName("a")[0];
a.href = href;
a.textContent = href;
</script>