美文网首页
《HTML5实战》Lesson04

《HTML5实战》Lesson04

作者: kamin | 来源:发表于2016-10-12 11:52 被阅读6次

Week05    2016/10/12上午1-4节

一、复习

二、Javascirpt

1,html5中使用内部javascript

<script>可以放在<head>中,也可以放在<body>中

2,html5中使用外部javascript文件

<script src="脚本文件名"></script>

3,document.write();

4,javascript事件onclick()

5,javascript函数alert('')

6,自定义javascript函数,调用函数

function   函数名(){    }

调用:函数名()

7,变量

8,document.getElementById

9,image

10,match

11,if....else  条件不为null就会执行,不一定是true

JavaScript 简介

JavaScript:改变 HTML 图像   Ok

相关文章

网友评论

      本文标题:《HTML5实战》Lesson04

      本文链接:https://www.haomeiwen.com/subject/tvfiyttx.html