| align | ใช้กำหนดค่า หรือคืนค่า ตำแหน่งข้อความ ภายใน reset |
|---|
property:align;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ตำแหน่งข้อความ ภายใน reset โดยค่าข้อมูลที่เป็นไปได้ คือ right, left, center
example:var tagReset = document.getElementById ( "bamboo" ); tagReset.align = "right";