SunQuest
 
       HTML
  Home arrow HTML arrow Page 2 - HTML Formatting and Colors
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Dedicated Servers  
Actuate Whitepapers 
Moblin 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HTML

HTML Formatting and Colors
By: James Payne
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 4
    2008-01-15

    Table of Contents:
  • HTML Formatting and Colors
  • Quotation, Acronyms, And More
  • Writing Backwards
  • Handing Out Citations
  • Background
  • Color Code Chart

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
    Iron Speed
     
    ADVERTISEMENT

    Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here

    HTML Formatting and Colors - Quotation, Acronyms, And More


    (Page 2 of 6 )

    Sometimes when you are working with text you will need to abbreviate a word. HTML provides you with a way to do this. You guessed it, it's the abbreviation tag <abbr>.


    <html>

    <body>


    <abbr title="Mister T">Mr. T</abbr>

    </body>

    </html>

    The above code will display the word Mr. T by itself on a page. When the user hovers over the word UN, a small pop-up caption appears displaying the words, "Mister T".

    Acronyms

    Acronyms work in the same way as abbreviations. If you wanted to use the acronym for World Wrestling Entertainment, or WWE, you could do this:


    <html>

    <body>


    <acronym title="World Wrestling Entertainment">WWE</acronym>


    </body>

    </html>

    Again, the acronym WWE would be displayed on the page and when the user hovered over the word a pop-up caption would read: World Wrestling Entertainment.

    Address

    When writing an address in HTML you can use the address tag <address>:


    <html>

    <body>


    <address>

    James Payne<br />

    2020 Yo Mama's House<br />

    YoMama, Florida<br />

    USA

    </address>


    </body>

    </html>

    This would display:

      James Payne
      2020 Yo Mama's House
      YoMama, Florida
      USA

    More HTML Articles
    More By James Payne


       · Thanks for dropping by. In this tutorial we discuss formatting and colors, working...
     

    HTML ARTICLES

    - Building Single Row Database Forms with HTML
    - Introduction to Database Forms with HTML
    - Another Look at Animation of Geographical Ma...
    - Animation of Geographical Map Regions
    - Changing and Moving Pictures with CSS
    - Clickable Geographical Map Regions
    - Gradient Creation with the HR Element
    - Text on HTML Images: Do it Yourself
    - Custom Buttons in HTML
    - Quick Web Page Menu
    - Maximizing and Restoring HTML Images with th...
    - Maximizing and Restoring HTML Images with th...
    - Handling Hyperlinks and Images in HTML
    - Quick Start with HTML
    - HTML Tips







    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway