1. JavaScript对象
2. Browser对象
3. Dom对象
4. HTML对象
1. JavaScript对象
Array对象
Boolean对象
Date对象
Math对象
Number对象
String对象
RegExp对象
全局属性/函数
运算符
Error
2. Browser对象
Window对象
Navigator对象
Screen对象
History对象
Location对象
存储对象
3. Dom对象
HTML DOM Document对象
HTML DOM 元素对象
HTML DOM 属性对象
HTML DOM 事件对象
HTML DOM Console对象
CSSSyleDeclartion对象
DOM HTML Collection
4. HTML对象
<a>
<area>
<audio>
<base>
<blockquote>
<body>
<button>
<canvas>
<col>
<colgroup>
<datalist>
<del>
<details>
<dialog>
<embed>
<fieldset>
<from>
<iframe>
<frameset>
<img>
<ins>
<input>(button, checkbox,color,date,datetime,datetime-local,email,file,hidden,image,month,number,range,password,radio,reset,search,submit,text,time,url,week)
<keygen>
<link>
<label>
<legend>
<li>
<map>
<menu>
<menuItem>
<meta>
<mater>
<object>
<ol>
<optgroup>
<option>
<param>
<progress>
<q>
<script>
<select>
<source>
<style>
<table>
<td>
<th>
<tr>
<textarea>
<title>
<time>
<track>
<video>