菜鸟教程 tryjsref_anchor_type 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <p><a id="w3c" type="text/html" href="http:">W3Cschool</a></p>

<script>
document.write("Return value of type attribute in link: ");
document.write(document.getElementById("w3c").type);
</script>