| style | ใช้ในการอ้างถึง style object เพื่อกำหนด style sheet ( css ) ให้กับ node |
|---|
property:style;
return type:void
content:ใช้ในการอ้างถึง style object เพื่อกำหนด style sheet ( css ) ให้กับ node
example:var tagDiv = document.getElementById ( "bamboo" ); tagDiv.style.textIndex = "1cm";