“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<body>
<p><a id="w3s" href="/">W3Cschool</a></p>
<script>
document.write("Return href of link: ");
document.write(document.getElementById('w3s').href);
</script>
</body>
</html>