type Tag properties: 0. BUTTON , returns the string "button"; 1. TEXTAREA , returns the string "textarea"; 2. LINK, OBJECT , specifies the link content type, common types are shown in the menu. type = 3. OL, LI, UL defines the type of list item numbering. type = 4. INPUT , specifies the type of controls: type = 5. SELECT , returns "select-one" if the MULTIPLE attribute is not set, and "select-multiple" if it is set. object_select.type 6. property of the EVENT object. Returns the name of the event that occurred, without the "on" prefix. window.event.type 7. property of the SELECTION object. Returns the type of the selected area: "element", "text", "table", "none". window.document.selection.type 8. property of the STYLESHEET object, returns the value of the TYPE attribute of the corresponding STYLE tag. Usually this value is "text/css" window.document.stylesheets (number) .type where "number" is a sequential number from 0 of the STYLE tag on the page. 9. property of the SCREEN object. Sets or returns the interval between client screen updates. window.screen.updateInterval 10. property of the DOCUMENT object. Returns the address of the document as a string. window.document.url 11. property of the tag META . Specifies the address to go to another document (redirect).
12. property of the tag A . Sets the ur-name of the searched document.