HTML Text HTML Formatting Text
HTML Text Tutorial and Information






HTML Tutorial - HTML Text

The text of an HTML document can be formatted in many ways. Text can be bold or strong, italic or emphasized, big or small, in color, aligned, subscripted, or superscripted, only to name a few options. Here are some examples of how to format text including line breaks and paragraphs.

Bold Text

This is a sample for <strong>strong text</strong>
This is a sample for <b>bold text</b>
This is a sample for strong text
This is a sample for bold text

Italic Text

This is a sample for <i>italic text</i>
This is a sample for <em>emphasized text</em>
This is a sample for italic text
This is a sample for emphasized text

Big Text

This is a sample for <big>big text</big>
This is a sample for big text

Small Text

This is a sample for <small>small text</small>
This is a sample for small text

Teletype Text

This is a sample for <tt>teletype text</tt>
This is a sample for teletype text

Subscripted Text

This is a sample for <sub>subscripted text</sub>
This is a sample for subscripted text

Superscripted Text

This is a sample for <sup>superscripted text</sup>
This is a sample for superscripted text

Colored Text

This is a sample for <font color="red">red colored text</font>
This is a sample for red colored text
Note: According to XHTML standards, the font tag <font> is deprecated and should no longer be used. More info about HTML fonts ...

Right Aligned Text

<p align="right">This is a sample for right aligned text</p>

This is a sample for right aligned text

Center Aligned Text

<p align="center">This is a sample for right aligned text</p>

This is a sample for center aligned text

Text Paragraph

<p>This is a sample for a text paragraph.</p>
<p>This is a sample for a text paragraph.</p>
<p>This is a sample for a text paragraph.</p>

This is a sample for a text paragraph.

This is a sample for a text paragraph.

This is a sample for a text paragraph.

Text Line Break

This is a sample for a text line break.<br />
This is a sample for a text line break.<br />
This is a sample for a text line break.
This is a sample for a text line break.
This is a sample for a text line break.
This is a sample for a text line break.

With HTML text can be formatted in many ways. To find out more about formatting text with HTML, XHTML or using CSS (Cascading Style Sheet) check out Webmaster Seminar's HTML tutorials.




HTML Related Links

© This Article is Copyrighted by WebmasterSeminar.com

Please do not copy or reproduce this article in whole or part, in any form, without mentioning the source and including a live link back to WebmasterSeminar.com - Thank You!

LINK TO THIS TUTORIAL:


Copy the code below and paste into your web page
<a href="http://www.webmasterseminar.com/htmltext.php">
Webmaster Seminar</a><br />
HTML Text - Free Information, Tutorials and HTML Resources