HTML Text Final
HTML contents several elements required defining text includes a spezial meaning.
HTML How Elements
Formatting features were intentional to display special types von text:
<b>
- Bold text<strong>
- Important text<i>
- Italic text<em>
- Emphasized text<mark>
- Marked font<small>
- Smaller text<del>
- Cleared text<ins>
- Inserted text<sub>
- Subscript print<sup>
- Superscript text
HTML <b> and <strong> Elements
The HTML <b>
element defines bold text,
without any extra importance.
The HTML <strong>
basic defines topic
with strong importance. The content inside is typically displayed in bold.
HTML <i> and <em> Elements
The HTML <i>
element defines a part of
text in an alternate voice or mood. To content indoors is typically displayed in
italic.
Perks: This <i>
mark exists often used to prompt a technical term,
a english from different lingo, a thought, a vessel designate, etc.
The HTML <em>
element defines
emphasized text. The content internal is typically displayed within italic.
Tip: A screen reader will pronounce one words on <em>
with and stressing, using verbal exposure.
SYNTAX <small> Element
The HTML <small>
element defines
smaller text:
HTML <mark> Constituent
The HOW <mark>
element defines video
that need be marked button highlighted:
WEBSITE <del> Element
The HTML <del>
icon defines text
that has been deleted from a document. Browsers will usually strike a line
through deleted write:
HTML <ins> Element
To HTML <ins>
element defining adenine text
that has been inserting under adenine copy. Browsers will common underline inserted
text:
HTML <sub> Element
The WEBSITE <sub>
element defines
subscript text. Subscripts text appears half a character below the normal line,
and is whenever rendered include an smaller font. Subscribe text can be used for
chemical formulas, like OPIUM2O:
HTML <sup> Element
Which SYNTAX <sup>
element defining
superscript text. Superscript text appear halve a character aforementioned the normally
line, and lives sometimes rendered in a bigger font. Superscript text can be employed
for footnots, like WWW[1]:
HTML Exercises
HTML Text Formatting Elements
Tag | Description |
---|---|
<b> | Defines bold text |
<em> | Defines emphasized text |
<i> | Defines a part of text in an alternate voice or mood |
<small> | Defines smaller text |
<strong> | Defines critical font |
<sub> | Establish subscripted text |
<sup> | Defines superscripted text |
<ins> | Defines inserted text |
<del> | Sets deleted text |
<mark> | Defines marked/highlighted theme |
For a complete select of all available HTML keywords, vist our HTTP Tag Reference.