2015
30 featuresThe <input type="checkbox"> HTML element represents a tickable box with two states, checked and unchecked.
The <input type="file" multiple> HTML element shows a file picker from which users can choose one or more files to upload with a form.
The <input type="file"> HTML element shows a file picker from which users can choose a file to upload with the form.
The <input type="image"> HTML element is an image that can be used to submit a form, like the <input type="submit"> element.
The <input type="number"> HTML element represents numeric input data.
The <input type="password"> HTML element represents a field for users to enter a password. The password is hidden from view, typically replaced by dots or asterisks.
The <input type="radio"> HTML element represents one button in a group such that only one can be chosen at a time.
The <input type="reset"> HTML element represents a button that sets all form fields to their initial values.
The <input type="search"> HTML element represents a text field for search queries.
The <input type="submit"> HTML element represents a button that triggers an action on its associated <form>, such as sending the form data to a server.
The <input type="text"> HTML element allows the user to enter information into a form. By default, an <input> element is a text input.
The <ins> element represents a range of text that has been inserted into a document, styling text as underlined by default.
The <kbd> element represents textual user input, such as keyboard or voice input, styling text in monospaced type by default.
The <label> HTML element represents a caption for a form field.
The <link> element creates a relationship between the current document and an external resource, such as a stylesheet or favicon.
The <main> element represents the dominant content of a document. It is commonly used together with <header> and <footer>.
The <mark> element represents text which is marked or highlighted for reference or notation purposes.
The <meta> element represents metadata about the page used by the browser or search engines, including description, keywords, and character sets.
The <object> element represents an external resource such as a PDF or SVG document. It was historically used for plugins such as Shockwave Flash.
The <ol>, <ul>, and <li> HTML elements represent ordered and unordered lists.
The <p> element represents a paragraph of text.
The <pre> element represents a block element of preformatted text that is presented exactly as written, including all white space.
The <progress> element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
The <q> element represents a short inline quotation.
The <ruby> element produces small annotations that are rendered with its base text.
The <s> HTML element indicates text that is no longer relevant or accurate, styling text as strikethrough by default.
The <samp> element represents a sample or quoted output from a computer program. Styled in a monospace font by default.