数据类API(getMonth()/reverse()/substring()/tofixed()/Number())
BOMAPI(alert()/prompt()/log())
DOM(write())
标签==元素 h1元素/div元素/header元素
函数==方法
1、文档:一个网页看做一个文档
2、元素:网页中标签 element
3、属性:元素的属性 class/id/type attribute
4、节点:网页中所有的内容都是节点(元素、属性、文本、注释、document)