x
 
<html>
<head>
<link rev="subsection" id="link1" href="/jsref/prop_link_rev.asp" />
</head>
<body>
<script type="text/javascript">
x=document.getElementById("link1");
document.write("Reverse relationship: " + x.rev);
document.write("<br />This page is a subsection of: ");
document.write(x.href);
</script>
</body>
</html>