Articles tagged: HTML

  1. 1
  2. 2
  3. 3
  4. 4

Found 376 documents

  • Web/HTML/Element/cite The HTML Citation element (cite) is used to describe a reference to a cited creative work, and ...
  • Web/HTML/Element/code The HTML code element displays its contents styled in a fashion intended to indicate that the ...
  • Web/HTML/Element/col The HTML col element defines a column within a table and is used for defining common semantics ...
  • Web/HTML/Element/colgroup The HTML colgroup element defines a group of columns within a table.
  • Web/HTML/Element/command The HTML Command element (command) represents a command which the user can invoke. Commands are ...
  • Web/HTML/Element/content The HTML content element —an obsolete part of the Web Components suite of technologies—was used ...
  • Web/HTML/Element/data The HTML data element links a given content with a machine-readable translation. If the content ...
  • Web/HTML/Element/datalist The HTML datalist element contains a set of option elements that represent the values available ...
  • Web/HTML/Element/dd The HTML dd element provides the details about or the definition of the preceding term (dt) in a ...
  • Web/HTML/Element/del The HTML del element represents a range of text that has been deleted from a document.
  • Web/HTML/Element/details The HTML Details Element (details) is used to create a disclosure widget in which information is ...
  • Web/HTML/Element/dfn The HTML Definition element (dfn) is used to mark the usage instance of the enclosed term which ...
  • Web/HTML/Element/dialog The HTML dialog element represents a dialog box or other interactive component, such as an ...
  • Web/HTML/Element/dir The obsolete HTML Directory element (dir) is used as a container for a directory of files and/or ...
  • Web/HTML/Element/div The HTML Content Division element (div) is the generic container for flow content. It has no ...
  • Web/HTML/Element/dl The HTML dl element represents a description list. The element encloses a list of groups of ...
  • Web/HTML/Element/dt The HTML dt element specifies a term in a description or definition list, and as such must be ...
  • Web/HTML/Element/element The obsolete HTML element element was part of the Web Components specification; it was intended ...
  • Web/HTML/Element/em The HTML em element marks text that has stress emphasis. The em element can be nested, with each ...
  • Web/HTML/Element/embed The HTML embed element embeds external content at the specified point in the document. This ...
  • Web/HTML/Element/fieldset The HTML fieldset element is used to group several controls as well as labels (label) within a ...
  • Web/HTML/Element/figcaption The HTML figcaption element represents a caption or a legend associated with a figure or an ...
  • Web/HTML/Element/figure The HTML figure element represents self-contained content, frequently with a caption ...
  • Web/HTML/Element/font The HTML Font Element (font) defines the font size, color and face for its content.
  • Web/HTML/Element/footer The HTML footer element represents a footer for its nearest sectioning content or sectioning ...
  • Web/HTML/Element/form The HTML form element represents a document section that contains interactive controls to submit ...
  • Web/HTML/Element/frame frame is an HTML element which defines a particular area in which another HTML document can be ...
  • Web/HTML/Element/frameset frameset is an HTML element which is used to contain frame elements.
  • Web/HTML/Element/head The HTML head element provides general information (metadata) about the document, including its ...
  • Web/HTML/Element/header The HTML header element represents introductory content, typically a group of introductory or ...
  • Web/HTML/Element/Heading_Elements The HTML h1 – h6 elements represent six levels of section headings. h1 is the highest section ...
  • Web/HTML/Element/hgroup The HTML hgroup element represents a multi-level heading for a section of a document. It groups ...
  • Web/HTML/Element/hr The HTML hr element represents a thematic break between paragraph-level elements (for example, a ...
  • Web/HTML/Element/html The HTML html element represents the root (top-level element) of an HTML document, so it is also ...
  • Web/HTML/Element/i The HTML i element represents a range of text that is set off from the normal text for some ...
  • Web/HTML/Element/iframe The HTML iframe element represents a nested browsing context, effectively embedding another HTML ...
  • Web/HTML/Element/image The HTML image element is an obsolete remnant of an ancient version of HTML lost in the mists of ...
  • Web/HTML/Element/img The HTML img element embeds an image into the document.
  • Web/HTML/Element/input The HTML input element is used to create interactive controls for web-based forms in order to ...
  • Web/HTML/Element/input/button input elements of type "button" are rendered as simple push buttons, which can be programmed to ...
  • Web/HTML/Element/input/checkbox input elements of type checkbox are rendered by default as square boxes that are checked ...
  • Web/HTML/Element/input/color input elements of type "color" provide a user interface element that lets a user specify a ...
  • Web/HTML/Element/input/date input elements of type date create input fields that let the user enter a date, either using a ...
  • Web/HTML/Element/input/datetime The HTML input type="datetime" was a control for entering a date and time (hour, minute, second, ...
  • Web/HTML/Element/input/datetime-local input elements of type datetime-local create input controls that let the user easily enter both ...
  • Web/HTML/Element/input/email input elements of type "email" are used to let the user enter and edit an email address, or, if ...
  • Web/HTML/Element/input/file input elements with type="file" let the user choose one or more files from their device storage. ...
  • Web/HTML/Element/input/hidden input elements of type "hidden" let web developers include data that cannot be seen or modified ...
  • Web/HTML/Element/input/image input elements of type "image" are used to create graphical submit buttons, i.e. submit buttons ...
  • Web/HTML/Element/input/month input elements of type month create input fields that let the user enter a month and year ...
  • Web/HTML/Element/input/number input elements of type "number" are used to let the user enter a number. They include built-in ...
  • Web/HTML/Element/input/password input elements of type "password" provide a way for the user to securely enter a password.
  • Web/HTML/Element/input/radio input elements of type radio are generally used in radio groups —collections of radio buttons ...
  • Web/HTML/Element/input/reset input elements of type "reset" are rendered as buttons, with a default click event handler that ...
  • Web/HTML/Element/input/search input elements of type "search" are text fields designed for the user to enter search queries ...
  • Web/HTML/Element/input/submit input elements of type "submit" are rendered as buttons. When the click event occurs (typically ...
  • Web/HTML/Element/input/tel input elements of type "tel" are used to let the user enter and edit a telephone number. Unlike ...
  • Web/HTML/Element/input/text input elements of type "text" create basic single-line text fields.
  • Web/HTML/Element/input/time input elements of type time create input fields designed to let the user easily enter a time ...
  • Web/HTML/Element/input/url input elements of type "url" are used to let the user enter and edit a URL. The input value is ...
  • Web/HTML/Element/input/week input elements of type "week" create input fields allowing easy entry of a year plus the number ...
  • Web/HTML/Element/ins The HTML ins element represents a range of text that has been added to a document.
  • Web/HTML/Element/isindex isindex is an obsolete HTML element that puts a text field in a page for querying the document.
  • Web/HTML/Element/kbd The HTML Keyboard Input element (kbd) represents a span of inline text denoting textual user ...
  • Web/HTML/Element/keygen The HTML keygen element exists to facilitate generation of key material, and submission of the ...
  • Web/HTML/Element/label The HTML label element represents a caption for an item in a user interface.
  • Web/HTML/Element/legend The HTML legend element represents a caption for the content of its parent fieldset.
  • Web/HTML/Element/li The HTML li element is used to represent an item in a list. It must be contained in a parent ...
  • Web/HTML/Element/link The HTML link element specifies relationships between the current document and an external ...
  • Web/HTML/Element/listing The HTML Listing Element (listing) renders text between the start and end tags without ...
  • Web/HTML/Element/main The HTML main element represents the main content of the body of a document, portion of a ...
  • Web/HTML/Element/map The HTML map element is used with area elements to define an image map (a clickable link area).
  • Web/HTML/Element/mark The HTML Mark Text element (mark) represents text which is marked or highlighted for reference ...
  • Web/HTML/Element/marquee The HTML marquee element is used to insert a scrolling area of text. You can control what ...
  • Web/HTML/Element/menu The HTML menu element represents a group of commands that a user can perform or activate. This ...
  • Web/HTML/Element/menuitem The HTML menuitem element represents a command that a user is able to invoke through a popup ...
  • Web/HTML/Element/meta The HTML meta element represents metadata that cannot be represented by other HTML meta-related ...
  • Web/HTML/Element/meter The HTML meter element represents either a scalar value within a known range or a fractional value.
  • Web/HTML/Element/multicol The HTML multicol element was an experimental element designed to allow multi-column layouts. It ...
  • Web/HTML/Element/nav The HTML nav element represents a section of a page whose purpose is to provide navigation ...
  • Web/HTML/Element/nextid nextid is an obsolete HTML element that served to enable the NeXT web designing tool to generate ...
  • Web/HTML/Element/nobr The non-standard, obsolete HTML nobr element prevents the text it contains from automatically ...
  • Web/HTML/Element/noembed The noembed element is an obsolete, non-standard way to provide alternative, or "fallback", ...
  • Web/HTML/Element/noframes The obsolete HTML No Frames or frame fallback element, noframes, provides content to be ...
  • Web/HTML/Element/noscript The HTML noscript element defines a section of HTML to be inserted if a script type on the page ...
  • Web/HTML/Element/object The HTML object element represents an external resource, which can be treated as an image, a ...
  • Web/HTML/Element/ol The HTML ol element represents an ordered list of items, typically rendered as a numbered list.
  • Web/HTML/Element/optgroup The HTML optgroup element creates a grouping of options within a select element.
  • Web/HTML/Element/option The HTML option element is used to define an item contained in a select, an optgroup, or a ...
  • Web/HTML/Element/output The HTML Output element (output) is a container element into which a site or app can inject the ...
  • Web/HTML/Element/p The HTML p element represents a paragraph of text.
  • Web/HTML/Element/param The HTML param element defines parameters for an object element.
  • Web/HTML/Element/picture The HTML picture element serves as a container for zero or more source elements and one img ...
  • Web/HTML/Element/plaintext The HTML Plaintext Element (plaintext) renders everything following the start tag as raw text, ...
  • Web/HTML/Element/pre The HTML pre element represents preformatted text which is to be presented exactly as written in ...
  • Web/HTML/Element/progress The HTML progress element displays an indicator showing the completion progress of a task, ...
  • Web/HTML/Element/q The HTML q element indicates that the enclosed text is a short inline quotation. Most modern ...
  • Web/HTML/Element/rp The HTML Ruby Fallback Parenthesis (rp) element is used to provide fall-back parentheses for ...
  • Web/HTML/Element/rt The HTML Ruby Text (rt) element specifies the ruby text component of a ruby annotation, which is ...
  • Web/HTML/Element/rtc The HTML Ruby Text Container (rtc) element embraces semantic annotations of characters presented ...
  1. 1
  2. 2
  3. 3
  4. 4