method:removeAttribute ( attribute_name );return type:voidcontent:ใช้ในการลบ attribute ออกจาก nodeexample:var tagDiv = document.getElementById ( "bamboo" ); tagDiv.removeAttribute ( "id" );