Articles tagged: Element
Found 267 documents
- Learn/CSS/Introduction_to_CSS/Selectors In CSS, selectors are used to target the HTML elements on our web pages that we want to style. ...
- Learn/CSS/Introduction_to_CSS/Simple_selectors In our first selectors article we'll learn about "simple" selectors, so-called because they ...
- Learn/HTML/Introduction_to_HTML/Getting_started You've reached the end of the article — hope you enjoyed your tour of the very basics of HTML. ...
- Web/API/Element The Element interface represents an object of a Document. This interface describes methods and ...
- Web/API/Element/animate
- Web/API/Element/assignedSlot The assignedSlot property of the Element interface returns the HTMLSlotElement interface ...
- Web/API/Element/attachShadow The Element.attachShadow() method attatches a shadow DOM tree to the specified element and ...
- Web/API/Element/attributes The Element.attributes property returns a live collection of all attribute nodes registered to ...
- Web/API/Element/classList The Element.classList is a read-only property which returns a live DOMTokenList collection of ...
- Web/API/Element/closest The Element.closest() method returns the closest ancestor of the current element (or the current ...
- Web/API/Element/getAttributeNode Returns the specified attribute of the specified element, as an Attr node.
- Web/API/Element/getElementsByClassName The Element.getElementsByClassName() method returns a live HTMLCollection containing all child ...
- Web/API/Element/getElementsByTagName The Element.getElementsByTagName() method returns a live HTMLCollection of elements with the ...
- Web/API/Element/getElementsByTagNameNS The Element.getElementsByTagNameNS() method returns a live HTMLCollection of elements with the ...
- Web/API/Element/hasAttribute The Element.hasAttribute() method returns a Boolean value indicating whether the specified ...
- Web/API/Element/hasAttributeNS hasAttributeNS returns a boolean value indicating whether the current element has the specified ...
- Web/API/Element/hasAttributes The Element.hasAttributes() method returns a Boolean value, true or false, indicating if the ...
- Web/API/Element/id The Element.id property represents the element's identifier, reflecting the id global attribute.
- Web/API/Element/insertAdjacentElement The insertAdjacentElement() method inserts a given element node at a given position relative to ...
- Web/API/Element/insertAdjacentText The insertAdjacentText() method inserts a given text node at a given position relative to the ...
- Web/API/Element/matches The Element.matches() method returns true if the element would be selected by the specified ...
- Web/API/Element/name name gets or sets the name property of a DOM object; it only applies to the following elements: ...
- Web/API/Element/ongotpointercapture ongotpointercapture is an EventHandler property of the Element interface that returns the event ...
- Web/API/Element/querySelector Returns the first element that is a descendant of the element on which it is invoked that ...
- Web/API/Element/querySelectorAll Returns a non-live NodeList of all elements descended from the element on which it is invoked ...
- Web/API/Element/releasePointerCapture Releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.
- Web/API/Element/removeAttribute removeAttribute removes an attribute from the specified element.
- Web/API/Element/removeAttributeNode removeAttributeNode removes the specified attribute from the current element.
- Web/API/Element/removeAttributeNS removeAttributeNS removes the specified attribute from an element.
- Web/API/Element/scrollIntoViewIfNeeded The Element.scrollIntoViewIfNeeded() method scrolls the current element into the visible area of ...
- Web/API/Element/scrollLeftMax The Element.scrollLeftMax read-only property returns a Number representing the maximum left ...
- Web/API/Element/scrollTopMax The Element.scrollTopMax read-only property returns a Number representing the maximum top scroll ...
- Web/API/Element/setAttribute Adds a new attribute or changes the value of an existing attribute on the specified element. ...
- Web/API/Element/setAttributeNode setAttributeNode() adds a new Attr node to the specified element.
- Web/API/Element/setAttributeNodeNS setAttributeNodeNS adds a new namespaced attribute node to an element.
- Web/API/Element/setAttributeNS setAttributeNS adds a new attribute or changes the value of an attribute with the given ...
- Web/API/Element/setCapture Call this method during the handling of a mousedown event to retarget all mouse events to this ...
- Web/API/Element/setPointerCapture Pointer capture allows events for a particular pointer event (PointerEvent) to be re-targeted to ...
- Web/API/Element/shadowRoot The Element.shadowRoot read-only property represents the shadow root hosted by the element. Use ...
- Web/API/Element/slot The slot property of the Element interface returns the name of the shadow DOM slot attatched to ...
- Web/API/Element/tabStop The tabStop property of the Element interface returns a Boolean indicating if the element can ...
- Web/HTML/Element This page lists all the HTML elements.
- Web/HTML/Element/a The HTML Anchor Element (a) defines a hyperlink to a location on the same page or any other page ...
- Web/HTML/Element/abbr The HTML abbr element (or HTML Abbreviation Element) represents an abbreviation and optionally ...
- Web/HTML/Element/acronym The HTML Acronym Element (acronym) allows authors to clearly indicate a sequence of characters ...
- Web/HTML/Element/address The HTML address element supplies contact information for its nearest article or body ancestor; ...
- Web/HTML/Element/applet The HTML Applet Element (applet) identifies the inclusion of a Java applet.
- Web/HTML/Element/area The HTML area element defines a hot-spot region on an image, and optionally associates it with a ...
- Web/HTML/Element/article The HTML article element represents a self-contained composition in a document, page, ...
- Web/HTML/Element/aside The HTML aside element represents a section of the page with content connected tangentially to ...
- Web/HTML/Element/audio The HTML audio element is used to embed sound content in documents. It may contain one or more ...
- Web/HTML/Element/b The HTML b Element represents a span of text stylistically different from normal text, without ...
- Web/HTML/Element/base The HTML base element specifies the base URL to use for all relative URLs contained within a ...
- Web/HTML/Element/basefont The HTML basefont element (basefont) establishes a default font size for a document. Font size ...
- Web/HTML/Element/bdi The HTML bdi Element (or Bi-Directional Isolation Element) isolates a span of text that might be ...
- Web/HTML/Element/bdo The HTML bdo Element (or HTML bidirectional override element) is used to override the current ...
- Web/HTML/Element/bgsound The HTML Background Sound Element (bgsound) is an Internet Explorer element associating a ...
- Web/HTML/Element/big The HTML Big Element (big) makes the text font size one size bigger (for example, from small to ...
- Web/HTML/Element/blink The HTML Blink Element (blink) is a non-standard element causing the enclosed text to flash slowly.
- Web/HTML/Element/blockquote The HTML blockquote Element (or HTML Block Quotation Element) indicates that the enclosed text ...
- Web/HTML/Element/body The HTML body Element represents the content of an HTML document. There can be only one body ...
- Web/HTML/Element/br The HTML element l ine break br produces a line break in text (carriage-return). It is useful ...
- Web/HTML/Element/button The HTML button Element represents a clickable button.
- Web/HTML/Element/canvas The HTML canvas Element can be used to draw graphics via scripting (usually JavaScript). For ...
- Web/HTML/Element/caption The HTML caption Element (or HTML Table Caption Element) represents the title of a table. Though ...
- Web/HTML/Element/center The HTML Center Element (center) is a block-level element that can contain paragraphs and other ...
- Web/HTML/Element/cite The HTML Citation Element (cite) represents a reference to a creative work. It must include the ...
- Web/HTML/Element/code The HTML Code Element (code) represents a fragment of computer code. By default, it is displayed ...
- Web/HTML/Element/col The HTML Table Column Element (col) defines a column within a table and is used for defining ...
- Web/HTML/Element/colgroup The HTML Table Column Group Element (colgroup) defines a group of columns within a table.
- Web/HTML/Element/content The HTML content element is used inside of Shadow DOM as an insertion point. It is not intended ...
- 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 (datalist) contains a set of option elements that represent the values ...
- Web/HTML/Element/dd The HTML dd element (HTML Description Element) indicates the description of a term in a ...
- Web/HTML/Element/del The HTML Deleted Text Element (del) represents a range of text that has been deleted from a ...
- Web/HTML/Element/details The HTML details element is used as a disclosure widget from which the user can retrieve ...
- Web/HTML/Element/dfn The HTML Definition Element (dfn) represents the defining instance of a term.
- Web/HTML/Element/dialog The HTML dialog element represents a dialog box or other interactive component, such as an ...
- Web/HTML/Element/dir The HTML directory element (dir) represents a directory, namely a collection of filenames.
- Web/HTML/Element/div The HTML div element (or HTML Document Division Element) is the generic container for flow ...
- Web/HTML/Element/dl The HTML dl element (or HTML Description List Element) encloses a list of pairs of terms and ...
- Web/HTML/Element/dt The HTML dt element (or HTML Definition Term Element) identifies a term in a definition list. ...
- Web/HTML/Element/element The HTML element element is used to define new custom DOM elements.
- Web/HTML/Element/em The HTML element emphasis em marks text that has stress emphasis. The em element can be nested, ...
- Web/HTML/Element/embed The HTML embed Element represents an integration point for an external application or ...
- 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 ...
- 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 a group of introductory or navigational aids. It may contain ...
- Web/HTML/Element/Heading_Elements Heading elements implement six levels of document headings, h1 is the most important and h6 is ...
- Web/HTML/Element/hgroup The HTML hgroup Element (HTML Headings Group Element) represents the heading of a section. It ...
- 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 (or HTML root element) represents the root of an HTML document. All other ...
- Web/HTML/Element/i The HTML i Element represents a range of text that is set off from the normal text for some ...