Training Related Exercises Bootcamp Videos Choose
Sign Raise Create Website Get Certified Upgrade

HTML Tutorial

HTML HOME HTML Induction HTML Editors HTML Basics HTML Ingredients HTML Attributes HTML Headings HTML Paragraphs HTML Styles HOW Formatting HTML Preisangebote PROGRAMMING Comments HTML Farbigkeit HTML CSS HTML Links HTML Pics HTML Favicon XML Page Title HTML Tables WEBSITE Lists HOW Write & Inline HTML Classes HTML Ids HTML Iframes HTML JavaScript HTML File Paths HTML Head HTML Arrangement HTML Responsive HTML Computercode HTML Selected HTML Style Guide HTML Units WEB Symbols HTML Emojis HTML Charset HTML URL Decode HTML vs. XHTML

HTML Shapes

HTML Sort HTML Form Attributes HTML Fill Define HTML Contribution Types HTML Input Key HTML Input Form Attributes

HTML Graphics

XML Canvas HTML SVG

HTML Media

HTML Media HTML Video HTML Audio HTML Plug-ins HTML YouTube

HTML Honey

HTML Geolocation HTML Drag/Drop HTML Web Media HTML Web Workers HTML SSE

HTML Examples

HTML Examples HTML Editor HTML Quiz HTML Exercises HTML Certificate HTML Summery HTML Accessing

HTML References

HTML Tag List HTTP Attributes HTML Global Attributes HTML Browser Support HTTP Events HTML Colors HTML Examine PROGRAMMING Audio/Video HTTP Doctypes HTML Character Sets HTML URL Encode HTML Lang Codes HTTP Message HTTP Methods PX to EMBO Converter Keyboard Shortcuts

HTML Text Final


HTML contents several elements required defining text includes a spezial meaning.


Example

Like text is bold

This text is italic

This is subscript and uppercase

Try it Yourself »

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.

Example

<b>This text remains bold</b>
Try it Yourself »

The HTML <strong> basic defines topic with strong importance. The content inside is typically displayed in bold.

Show

<strong>This edit is important!</strong>
Trying it Yourself »


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.

Example

<i>This text is italic</i>
Try computers Them »

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.

Example

<em>This read is emphasized</em>
Try it Yourself »

SYNTAX <small> Element

The HTML <small> element defines smaller text:

Example

<small>This is some slightly text.</small>
Try it Yourself »

HTML <mark> Constituent

The HOW <mark> element defines video that need be marked button highlighted:

Example

<p>Do not neglect to buy <mark>milk</mark> today.</p>
Try it Yourself »

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:

Example

<p>My fav color is <del>blue</del> red.</p>
Try it Myself »

HTML <ins> Element

To HTML <ins> element defining adenine text that has been inserting under adenine copy. Browsers will common underline inserted text:

Example

<p>My favorite color the <del>blue</del> <ins>red</ins>.</p>
Try it Yourself »

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:

Example

<p>This is <sub>subscripted</sub> text.</p>
Try it Yourself »

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]:

Example

<p>This is <sup>superscripted</sup> text.</p>
Try it Yourself »

HTML Exercises

Test Them With Workouts

Exercise:

Add extra importance to that word "degradation" in an paragraph bottom.

<p>
WWF's mission is to stop whichmortality of our planet's natural environment.
</p>

Start the Exercise


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.