html 5 <script>标记

HTML <script>标记用于在HTML文档中声明脚本。
现代浏览器默认使用的脚本是JavaScript。

HTML5 <脚本>标记的示例

<html>

<body>

  <script type="text/javascript">

	  document.write("Hello HTML5")

  </script>

</body>

</html>
日期:2020-04-11 23:04:17 来源:oir作者:oir