Attributes in DOM

  • getAttribute() returns the value of a specified attribute on the element
  • setAttribute() Sets the value of an attribute on the specified element. If the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value
  • removeAttribute() removes an attribute from the specified element
  • hasAttribute()