案例:javascript案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<link rel="stylesheet" type="text/css" media="screen"
4
id="style1" href="/example/hdom/try_dom_link.css" />
5
</head>
6
<body>
7
8
<script type="text/javascript">
9
x=document.getElementById("style1");
10
document.write("Intended media type=" + x.media);
11
</script>
12
13
</body>
14
</html>
15