Related content

HTML Tutorial

HTML stands for HyperText Markup Language. HTML is the basic building block of World Wide Web.

Hypertext is text displayed on a computer or other electronic device with references to other text that the user can immediately access, usually by a mouse click or key press.

  System.out.println('Hello World!');
  System.out.println('Hello World!');
  console.log('Hello World!');

Formatting Text

HTML provides several tags that you can use to make some text on your web pages to appear differently than normal text, for example, you can use the tagĀ <b>Ā to make the text bold, tagĀ <i>Ā to make the text italic, tagĀ <mark>Ā to highlight the text, tagĀ <code>Ā to display a fragment of computer code, tagsĀ <ins>Ā andĀ <del>Ā for marking editorial insertions and deletions, and more.

The following example demonstrates the most commonly used formatting tags in action. Now, let’s try this out to understand how these tags basically work:

<p>This is <b>bold text</b>.</p>
<p>This is <strong>strongly important text</strong>.</p>
<p>This is <i>italic text</i>.</p>
<p>This is <em>emphasized text</em>.</p>
<p>This is <mark>highlighted text</mark>.</p>
<p>This is <code>computer code</code>.</p>
<p>This is <small>smaller text</small>.</p>
<p>This is <sub>subscript</sub> and <sup>superscript</sup> text.</p>
<p>This is <del>deleted text</del>.</p>
<p>This is <ins>inserted text</ins>.</p>

By default, theĀ <strong>Ā tag is typically rendered in the browser asĀ <b>, whereas theĀ <em>Ā tag is rendered asĀ <i>. However, there is a difference in the meaning of these tags. HTML provides several tags that you can use to make some text on your web pages to appear differently than normal text, for example, you can use the tagĀ <b>Ā to make the text bold, tagĀ <i>Ā to make the text italic, tagĀ <mark>Ā to highlight the text, tagĀ <code>Ā to display a fragment of computer code, tagsĀ <ins>Ā andĀ <del>Ā for marking editorial insertions and deletions, and more.

The following example demonstrates the most commonly used formatting tags in action. Now, let’s try this out to understand how these tags basically work: HTML provides several tags that you can use to make some text on your web pages to appear differently than normal text, for example, you can use the tagĀ <b>Ā to make the text bold, tagĀ <i>Ā to make the text italic, tagĀ <mark>Ā to highlight the text, tagĀ <code>Ā to display a fragment of computer code, tagsĀ <ins>Ā andĀ <del>Ā for marking editorial insertions and deletions, and more.

The following example demonstrates the most commonly used formatting tags in action. Now, let’s try this out to understand how these tags basically work: HTML provides several tags that you can use to make some text on your web pages to appear differently than normal text, for example, you can use the tagĀ <b>Ā to make the text bold, tagĀ <i>Ā to make the text italic, tagĀ <mark>Ā to highlight the text, tagĀ <code>Ā to display a fragment of computer code, tagsĀ <ins>Ā andĀ <del>Ā for marking editorial insertions and deletions, and more.

The following example demonstrates the most commonly used formatting tags in action. Now, let’s try this out to understand how these tags basically work: HTML provides several tags that you can use to make some text on your web pages to appear differently than normal text, for example, you can use the tagĀ <b>Ā to make the text bold, tagĀ <i>Ā to make the text italic, tagĀ <mark>Ā to highlight the text, tagĀ <code>Ā to display a fragment of computer code, tagsĀ <ins>Ā andĀ <del>Ā for marking editorial insertions and deletions, and more.

The following example demonstrates the most commonly used formatting tags in action. Now, let’s try this out to understand how these tags basically work: