一、JavaScript
1.1 JS介绍
JS是一种脚本语言,广泛应用于客户端的浏览器上。
1.2 代码
<html>
<head>
</head>
<body>
<script>
document.write("<h1>this is header<ht>");
alert("first javascript");
</script>
</body>
</html>
参考资料:
w3school在线学习:http://www.w3school.com.cn/