Inline Element
β π€Element Flow Content to flow side-by-side
<a>
β
Anchor Link Inline Element to anchor text to URL via href
attribute
<abbr\>
β
Abbreviation Inline Element to mark text as abbreviation/acronym
<address\>
β
Contact Address Inline Element to mark Semantic contact details of person/organization
<audio>
β
Audio Inline Element to embed audio content into Document
Source: developer.mozilla.org/en
<b>
β
Inline Element to style text as bold w/o Semantic
<bdo\>
β
Bidirectional Override Inline Element to override direction of rendered text as dir="ltr" (left-to-right) or "rtl" (right to left default)
<br\>
β
Line Break Inline Element to add line break in text
<code>
β
Code Inline Element to style text as fragment of Source Code
Source: <codeβ>: The Inline Code element - HTML: HyperText Markup Language | MDN
<data\>
β
Data Inline Element to add machine-readable content inside value HTML Attribute
<datalist\>
β
Data List Inline Element to display input field with drop-down list of possible <option\>
to choose from
<i>
β
Idiomatic Text Inline Element to style text as italic w/o Semantic
<iframe>
β
Inline Frame Inline Element to embed another HTML page into Web Page
Source: <iframeβ>: The Inline Frame element - HTML: HyperText Markup Language | MDN
<img>
β
Inline Element to embed image to Document
<input>
β
Form Input Inline Element to accept user input via form UI
Source: developer.mozilla.org/en
<kbd\>
β
Keyboard Input Inline Element to style text as keyboard or user text input
<label>
β
Input Label Inline Element to add caption via for
HTML Attribute
<mark\>
β
Mark Text Inline Element to highlight text with Semantic for text of interest
<picture>
β
Picture Inline Element to load alternative versions of image to match based on Viewport/Browser into Document
<q\>
β
Quotation Inline Element to style text as italic & add quotation marks
<s>
β
Strikethrough Inline Element to draw line through text
<small\>
β
Small Print Inline Element to display text in smaller font size with Semantic of side-comments, copyright & legalese
<source>
β
Media Source Inline Element to specify media resource for <audio\>
, <picture\>
or <video\>
<span>
β
generic Inline Element container w/o Semantic
<sub\>
β
Subscript Inline Element to display subscript text
<sup\>
β
Superscript Inline Element to display superscript text
<time>
β
datetime
Inline Element to Semantic mark date for machine-compat
<u>
β
Underline Inline Element to style text with underline as unarticulated annotation Semantic
<video>
β
Video Inline Element to embed video media player into Document
<wbr\>
β
Word Break Opportunity Inline Element to mark optional line break in text for Browser based on Viewport
Referencesβ
<img>
β Inline Element to embed image toDocument
<em\>
β Semantic<i\>
Inline Element to style text as italic & indicate stressed emphasis<i>
β Idiomatic Text Inline Element to style text as italic w/o Semantic<b>
β Inline Element to style text as bold w/o Semantic<strong\>
β Semantic<b\>
Inline Element to style text as bold & indicate strong importance<s>
β Strikethrough Inline Element to draw line through text<sub\>
β Subscript Inline Element to display subscript text<small\>
β Small Print Inline Element to display text in smaller font size with Semantic of side-comments, copyright & legalese<address\>
β Contact Address Inline Element to mark Semantic contact details of person/organization<cite\>
β Semantic<i\>
Inline Element to style text as italic & mark as citation for literature reference<sup\>
β Superscript Inline Element to display superscript text<q\>
β Quotation Inline Element to style text as italic & add quotation marks<br\>
β Line Break Inline Element to add line break in text<wbr\>
β Word Break Opportunity Inline Element to mark optional line break in text for Browser based on Viewport<time>
βdatetime
Inline Element to Semantic mark date for machine-compat<mark\>
β Mark Text Inline Element to highlight text with Semantic for text of interest<dfn\>
β Definition Semantic<i\>
Inline Element to style text as italic & mark as definition phrase/sentence<del\>
β Semantic<s\>
Inline Element to apply strikethrough for Deleted Text<ins\>
β Inserted Text Semantic<u\>
Inline Element to apply underline & mark text added to document<u>
β Underline Inline Element to style text with underline as unarticulated annotation Semantic<code>
β Code Inline Element to style text as fragment of Source Code<span>
β generic Inline Element container w/o Semantic<a>
β Anchor Link Inline Element to anchor text to URL viahref
attribute<bdo\>
β Bidirectional Override Inline Element to override direction of rendered text as dir="ltr" (left-to-right) or "rtl" (right to left default)<audio>
β Audio Inline Element to embed audio content intoDocument
<source>
β Media Source Inline Element to specify media resource for<audio\>
,<picture\>
or<video\>
<video>
β Video Inline Element to embed video media player intoDocument
<picture>
β Picture Inline Element to load alternative versions of image to match based on Viewport/Browser intoDocument
<abbr\>
β Abbreviation Inline Element to mark text as abbreviation/acronym<data\>
β Data Inline Element to add machine-readable content inside value HTML Attribute<datalist\>
β Data List Inline Element to display input field with drop-down list of possible<option\>
to choose from<iframe>
β Inline Frame Inline Element to embed another HTML page into Web Page<kbd\>
β Keyboard Input Inline Element to style text as keyboard or user text input<label>
β Input Label Inline Element to add caption viafor
HTML Attribute<input>
β Form Input Inline Element to accept user input via form UIinline
β CSS Value to setdisplay
as Inline Element