摘要:
使用<script>标签,可以把JavaScript源代码直接放到网页文档中。 【示例1】启动Dreamweaver,新建HTML文档并保存为test.html。然后在<head>标签内插入<script>标签,在<script>标签中输入代码“<h1>Hello,World</h1>” 1 <!D 阅读全文
posted @ 2022-02-23 20:37
宾度
阅读(507)
评论(0)
推荐(0)
摘要:
使用<script>标签,可以把JavaScript源代码直接放到网页文档中。 【示例1】启动Dreamweaver,新建HTML文档并保存为test.html。然后在<head>标签内插入<script>标签,在<script>标签中输入代码“<h1>Hello,World</h1>” 1 <!D 阅读全文
posted @ 2022-02-23 20:35
宾度
阅读(1109)
评论(0)
推荐(0)