The HTMLElement.accessKey property sets the keystroke which a user can press to jump to a given element.
ReadonlyaccessThe HTMLElement.accessKeyLabel read-only property returns a string containing the element's browser-assigned access key (if any); otherwise it returns an empty string.
The HTMLTableElement.align property represents the alignment of the table.
ReadonlyassignedReadonlyATTRIBUTE_ReadonlyattributesThe Element.attributes property returns a live collection of all attribute nodes registered to the specified node. It is a NamedNodeMap, not an Array, so it has no Array methods and the Attr nodes' indexes may differ among browsers. To be more specific, attributes is a key/value pair of strings that represents any information regarding that attribute.
ReadonlyattributeThe autocapitalize property of the HTMLElement interface represents the element's capitalization behavior for user input. It is available on all HTML elements, though it doesn't affect all of them, including:
The autocorrect property of the HTMLElement interface controls whether or not autocorrection of editable text is enabled for spelling and/or punctuation errors.
ReadonlybaseThe read-only baseURI property of the Node interface returns the absolute base URL of the document containing the node.
The bgcolor property of the HTMLTableElement represents the background color of the table.
The HTMLTableElement.border property represents the border width of the
| and | elements representing a table's cells. Any two cells are separated by the sum of the cellSpacing of each of the two cells.
|
|---|
The
HTMLTableElementinterface provides special properties and methods (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating the layout and presentation of tables in an HTML document.MDN Reference