页面 HTML 标签元素的标准特性(attributes)在对应的 DOM 对象上都有相应属性(properties)与之对应。

比如:<body id="page"> 对应 body.id="page"。
2