<html>
<head>
<link rel="stylesheet" type="text/css" id="style1" href="/example/hdom/try_dom_link.css" />
</head>
<body>
<script type="text/javascript">
x=document.getElementById("style1");
document.write("Relationship: " + x.rel);
</script>
</body>
</html>