HTMLModElement for del and ins elements

The del and ins elements are both represented by the HTMLModElement. You can tell them apart using the tagName property defined by HTMLElement. The additional properties defined by HTMLModElement:

NameDescriptionReturns
citeCorresponds to the cite attributestring
dateTimeCorresponds to the datetime attributestring
Home 
  JavaScript Book 
    DOM