HTML DOM DD 对象
DD 对象
DD 对象代表 HTML<dd> 元素。
访问 DD 对象
您可使用 getElementById() 来访问<dd> 元素:
创建 DD 对象
您可使用 document.createElement() 方法来创建<dd> 元素:
标准属性和事件
相关页面
HTML 参考手册: HTML<dd> 标签
DD 对象代表 HTML<dd> 元素。
您可使用 getElementById() 来访问<dd> 元素:
您可使用 document.createElement() 方法来创建<dd> 元素:
HTML 参考手册: HTML<dd> 标签