Module elements

Source

Structsยง

HTMLAElementProps
HTMLAddressElementProps
HTMLArticleElementProps
HTMLAsideElementProps
HTMLAudioElementProps
HTMLBaseElementProps
HTMLBdiElementProps
HTMLBdoElementProps
HTMLBlockquoteElementProps
HTMLBodyElementProps
HTMLBrElementProps
HTMLButtonElementProps
HTMLCanvasElementProps
HTMLCircleElementProps
HTMLCiteElementProps
HTMLDdElementProps
HTMLDefsElementProps
HTMLDetailsElementProps
HTMLDfnElementProps
HTMLDialogElementProps
HTMLDivElementProps
HTMLDlElementProps
HTMLDtElementProps
HTMLEllipseElementProps
HTMLEmElementProps
HTMLFigcaptionElementProps
HTMLFigureElementProps
HTMLFooterElementProps
HTMLForeignObjectElementProps
HTMLFormElementProps
HTMLGElementProps
HTMLH1ElementProps
HTMLH2ElementProps
HTMLH3ElementProps
HTMLH4ElementProps
HTMLH5ElementProps
HTMLH6ElementProps
HTMLHeadElementProps
HTMLHeaderElementProps
HTMLHrElementProps
HTMLHtmlElementProps
HTMLIElementProps
HTMLIframeElementProps
HTMLImgElementProps
HTMLInputElementProps
HTMLKbdElementProps
HTMLLabelElementProps
HTMLLegendElementProps
HTMLLiElementProps
HTMLLineElementProps
HTMLLinearGradientElementProps
HTMLLinkElementProps
HTMLMainElementProps
HTMLMarkElementProps
HTMLMaskElementProps
HTMLMetaElementProps
HTMLMeterElementProps
HTMLNavElementProps
HTMLNoscriptElementProps
HTMLOlElementProps
HTMLOptgroupElementProps
HTMLOptionElementProps
HTMLOutputElementProps
HTMLPElementProps
HTMLPathElementProps
HTMLPolygonElementProps
HTMLPolylineElementProps
HTMLProgressElementProps
HTMLQElementProps
HTMLRadialGradientElementProps
HTMLRectElementProps
HTMLRpElementProps
HTMLRtElementProps
HTMLRubyElementProps
HTMLSElementProps
HTMLSampElementProps
HTMLScriptElementProps
HTMLSectionElementProps
HTMLSelectElementProps
HTMLSmallElementProps
HTMLSourceElementProps
HTMLSpanElementProps
HTMLStopElementProps
HTMLStrongElementProps
HTMLStyleElementProps
HTMLSubElementProps
HTMLSummaryElementProps
HTMLSupElementProps
HTMLSvgElementProps
HTMLTableElementProps
HTMLTbodyElementProps
HTMLTdElementProps
HTMLTemplateElementProps
HTMLTextareaElementProps
HTMLTfootElementProps
HTMLThElementProps
HTMLTheadElementProps
HTMLTimeElementProps
HTMLTitleElementProps
HTMLTrElementProps
HTMLUElementProps
HTMLUlElementProps
HTMLUseElementProps
HTMLVarElementProps
HTMLVideoElementProps
HTMLWbrElementProps
a
HTML <a> element - Creates a hyperlink to other web pages or resources
address
HTML <address> element - Defines contact information for the author/owner of a document
article
HTML <article> element - Defines an independent, self-contained content
aside
HTML <aside> element - Defines content aside from the page content
audio
HTML <audio> element - Embeds sound content in the document
base
HTML <base> element - Specifies the base URL/target for all relative URLs in a document
bdi
HTML <bdi> element - Defines a term/name within a description list
bdo
HTML <bdo> element - Overrides the current text direction
blockquote
HTML <blockquote> element - Defines a section that is quoted from another source
body
HTML <body> element - Represents the content of an HTML document
br
HTML <br> element - Produces a line break in text
button
HTML <button> element - Clickable button control
canvas
HTML <canvas> element - Container for graphics rendered with JavaScript
circle
HTML <circle> element - Draws a circle in SVG
cite
HTML <cite> element - Defines the title of a work
dd
HTML <dd> element - Defines a description/value pair within a <dl> element
defs
HTML <defs> element - Container for reusable SVG elements
details
HTML <details> element - Defines additional details that the user can view or hide
dfn
HTML <dfn> element - Defines a definition
dialog
HTML <dialog> element - Defines a dialog box or other interactive component
div
HTML <div> element - Container element for grouping and styling content
dl
HTML <dl> element - Defines a description list
dt
HTML <dt> element - Defines a term/name in a description list
ellipse
HTML <ellipse> element - Draws an ellipse in SVG
em
HTML <em> element - Defines emphasized text
figcaption
HTML <figcaption> element - Defines a caption for a <figure> element
figure
HTML <figure> element - Specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
footer
HTML <footer> element - Defines a footer for a document or section
foreignObject
HTML element - Includes non-SVG elements inside SVG
form
HTML <form> element - Container for interactive inputs to collect user data
g
HTML <g> element - Groups SVG elements together
h1
HTML

element - First level heading (most important)

h2
HTML

element - Second level heading

h3
HTML

element - Third level heading

h4
HTML

element - Fourth level heading

h5
HTML
element - Fifth level heading
h6
HTML
element - Sixth level heading (least important)
head
HTML <head> element - Contains metadata about the document
header
HTML <header> element - Defines a container for introductory content or a set of navigational links
hr
HTML <hr> element - Creates a horizontal rule (divider)
html
HTML <html> element - Root element of an HTML document
i
HTML <i> element - Defines a part of text in an alternate voice or mood
iframe
HTML <iframe> element - Embeds another document within the current HTML document
img
HTML <img> element - Embeds an image into the document
input
HTML <input> element - Creates interactive controls for forms
kbd
HTML <kbd> element - Defines keyboard input
label
HTML <label> element - Caption for a form control
legend
HTML <legend> element - Defines a caption for a <fieldset> element
li
HTML <li> element - List item within ordered or unordered lists
line
HTML <line> element - Draws a line in SVG
linearGradient
HTML element - Defines a linear gradient for SVG fills
link
HTML <link> element - Specifies relationships between the current document and an external resource
main
HTML <main> element - Specifies the main content of a document
mark
HTML <mark> element - Defines marked/highlighted text
mask
HTML <mask> element - Defines an area where SVG elements are partially or fully hidden
meta
HTML <meta element - Provides metadata about the document
meter
HTML <meter> element - Defines a scalar measurement within a known range (a gauge)
nav
HTML <nav> element - Defines navigation links
noscript
HTML <noscript> element - Defines content that is displayed to users with disabled scripts
ol
HTML <ol> element - Ordered (numbered) list
optgroup
HTML <optgroup> element - Defines a group of related <option> elements in a <select> element
option
HTML <option> element - Defines option in a select dropdown
output
HTML <output> element - Defines the result of a calculation
p
HTML <p> element - Represents a paragraph of text
path
HTML <path> element - Defines a path in SVG graphics
polygon
HTML <polygon> element - Draws a closed shape with straight lines in SVG
polyline
HTML <polyline> element - Draws connected straight lines in SVG
progress
HTML <progress> element - Defines the progress of a task
q
HTML <q> element - Defines a short inline quotation
radialGradient
HTML element - Defines a radial gradient for SVG fills
rect
HTML <rect> element - Draws a rectangle in SVG
rp
HTML <rp> element - Defines a parenthesis for browsers that do not support <ruby>
rt
HTML <rt> element - Defines a ruby text
ruby
HTML <ruby> element - Defines a ruby annotation (for East Asian typography)
s
HTML <s> element - Defines strikethrough text
samp
HTML <samp> element - Defines sample output from a computer program
script
HTML <script> element - Embeds executable code or data
section
HTML <section> element - Defines a section in a document
select
HTML <select> element - Dropdown selection list
small
HTML <small> element - Defines smaller text
source
HTML <source> element - Defines media resources for video/audio elements
span
HTML <span> element - Inline container for targeting text with styles
stop
HTML <stop> element - Defines color transitions in gradients
strong
HTML <strong> element - Defines important text
style
HTML <style> element - Defines style information for a document
sub
HTML <sub> element - Defines subscript text
summary
HTML <summary> element - Defines a visible heading for a <details> element
sup
HTML <sup> element - Defines superscript text
svg
HTML <svg> element - Container for SVG graphics
table
HTML <table> element - Creates a data table with rows and columns
tbody
HTML <tbody> element - Groups body content in a table
td
HTML <td> element - Table data cell
template
HTML <template> element - Defines a container for content that is not to be rendered when a page is loaded
textarea
HTML <textarea> element - Multi-line text input control
tfoot
HTML <tfoot> element - Groups footer content in a table
th
HTML <th> element - Table header cell
thead
HTML <thead> element - Groups header content in a table
time
HTML <time> element - Defines a date/time
title
HTML <title> element - Defines the title of the document
tr
HTML <tr> element - Table row container
u
HTML <u> element - Defines text that should be rendered as underlined
ul
HTML <ul> element - Unordered list with bullet points
use
HTML <use> element - Reuses an SVG element defined elsewhere
var
HTML <var> element - Defines a variable
video
HTML <video> element - Embeds video content in the document
wbr
HTML <wbr> element - Inserts a line break opportunity