Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML

Print Version

HTML Font Style Code

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?

  • Share
  • Add this page to your Favorites
  • Link to this page (copy/paste into your own website or blog):
  • Link to Quackit using one of these banner ads.
  • Help support Quackit by making a donation

Oh, and thank you for supporting Quackit!

© Copyright 2000 - 2010 Quackit.com