Articles tagged: HTML grouping content

Found 15 documents

  • Web/HTML/Element/blockquote The HTML blockquote Element (or HTML Block Quotation Element) indicates that the enclosed text ...
  • 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/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/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/hr The HTML hr element represents a thematic break between paragraph-level elements (for example, a ...
  • 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/main The HTML main element represents the main content of the body of a document, portion of a ...
  • Web/HTML/Element/ol The HTML ol element represents an ordered list of items, typically rendered as a numbered list.
  • Web/HTML/Element/p The HTML p element represents a paragraph of text.
  • Web/HTML/Element/pre The HTML pre element represents preformatted text which is to be presented exactly as written in ...
  • Web/HTML/Element/ul The HTML ul element represents an unordered list of items, typically rendered as a bulleted list.