Methods in DOM Level 2 HTML

name of object returns description
add(element,before) HTMLSelectElement (none)
blur() HTMLSelectElement (none)
blur() HTMLAnchorElement (none)
blur() HTMLTextAreaElement (none)
blur() HTMLInputElement (none)
click() HTMLInputElement (none)
close() HTMLDocument (none)
createCaption() HTMLTableElement HTMLElement
createTFoot() HTMLTableElement HTMLElement
createTHead() HTMLTableElement HTMLElement
deleteCaption() HTMLTableElement (none)
deleteCell(index) HTMLTableRowElement (none)
deleteRow(index) HTMLTableSectionElement (none)
deleteRow(index) HTMLTableElement (none)
deleteTFoot() HTMLTableElement (none)
deleteTHead() HTMLTableElement (none)
focus() HTMLTextAreaElement (none)
focus() HTMLSelectElement (none)
focus() HTMLInputElement (none)
focus() HTMLAnchorElement (none)
getElementsByName(elementName) HTMLDocument NodeList
insertCell(index) HTMLTableRowElement HTMLElement
insertRow(index) HTMLTableSectionElement HTMLElement
insertRow(index) HTMLTableElement HTMLElement
item(index) HTMLOptionsCollection Node
item(index) HTMLCollection Node
namedItem(name) HTMLOptionsCollection Node
namedItem(name) HTMLCollection Node
open() HTMLDocument (none)
remove(index) HTMLSelectElement (none)
reset() HTMLFormElement (none)
select() HTMLTextAreaElement (none)
select() HTMLInputElement (none)
submit() HTMLFormElement (none)
write(text) HTMLDocument (none)
writeln(text) HTMLDocument (none)