type

In a link or anchor element this attribute gives a hint to the content type of the content at the linked address. In an object element it defines the content type for the data specified in the data attribute. In the param element it specifies the content type of the resource selected by the value attribute and only in the case where valuetype is set to ref. In a script element this attribute defines the scripting language of the elements contents and overrides the default scripting language. In the style element this attribute specifies the styles sheet language in the elements contents and overrides the default style sheet language. In a button element, this attribute defines the type of button possible values are; submit, reset and button. Finally in the input element this attribute defines the type of control to be created, possible values are: text, password, checkbox, radio, submit, reset, file, hidden, image, button.

This attribute can be used in..

Search the Soup!