实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p><a id="w3c" type="text/html" href="">W3Cschool</a></p>
6
7
<script>
8
document.write("Return value of type attribute in link: ");
9
document.write(document.getElementById("w3c").type);
10
</script>
11
12
</body>
13
</html>
14