HTML – Input Attributes
The input tag specifies an input field where the user can enter data in a form to send to the site owner. These are its attributes.
The input tag specifies an input field where the user can enter data in a form to send to the site owner. These are its attributes.
The label tag defines a label for form input fields and requires these two attributes to connect the label with its respective input.
Link attributes are attributes that can be used in link tags to enhance the behavior of the link.
The li tag defines a list item used inside ordered lists (ol). These are its attributes.
An image map is an image with specified sections mapped to accept different links. These are its attributes.
The marquee tag has a number of attributes that can be applied to alter the look and behavior of the marquee.
meta tags tell the browser, search engines, and various external services information about the document. These are its attributes.
The meter tag defines a scalar measurement within a known range, or a fractional value. This is a list of attributes used in the meter tag.
The object tag defines a container for an external resource such a web page, image, video, or animation.
The option tag defines an option in a select element, optgroup element, or datalist element. These are the attributes for the option tag.
The optgroup tag is used to group related options in a select element (drop-down list). These are the attributes used in an optgroup element.
The ol tag defines an ordered list which can be numerical or alphabetical. These are its attributes.
The output tag specifies the result of a calculation often performed in a script. These are the attributes used in the output tag.
The param tag is used to define parameters for an object element. These are the attributes for the param tag.
The progress tag represents the completion progress of a task, and is used with a script to display the progress to the user. These are the tag attributes.
The q tag defines a section of text that is quoted from another source and may need to stand out on its own to some extent. These are its attributes.
The script tag is used to embed client-side scripts. These are the attributes used in a script tag.
The select tag is used to create a drop-down list, and is most often used in a form to collect user input. These are the attributes for the select tag.
The source tag is used to specify multiple media resources for media elements. These are the attributes for the source tag.
The style tag is used in the head of a document to define style information (CSS) to specify how HTML elements should look. These are its attributes.