Quackit Logo

FREE Hosting!

With every domain name you register with ZappyHost, you get FREE hosting.

$1.99 Domain Names

With every new non-domain purchase thru ZappyHost, you get a domain name for only $1.99.

HTML Font Style Code

Print Version

In HTML, font style is specified using CSS (Cascading Style Sheets). Font style refers to whether the font is presented in italics or normal. You can use the following HTML code to specify font style within your HTML documents.

TIP: You can also format your HTML text using the HTML text generator.

If you don't want to use the HTML text generator, copy the following code and paste into your HTML document (then change the values to suit) :

<p style="font-style:normal;">Font style is normal</p>
<p style="font-style:italic;">Font style is italic 
<span style="font-style:normal"> back to normal</span> 
back to italics again.</p>

This code results in:

Font style is normal

Font style is italic back to normal back to italics again.

You can do much more with fonts. Check out the following links. These are the different CSS font/text properties available:

Enjoy this website?

  1. Link to this page (copy/paste into your own website or blog):
  2. Add this page to your favorite social bookmarks sites:
               
  3. Add this page to your Favorites

Oh, and thank you for supporting Quackit!