HTML
  Home arrow HTML arrow Page 3 - 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  
Moblin 
JMSL Numerical Library 
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
     
     
    ADVERTISEMENT


    HTML Formatting and Colors - Writing Backwards


    (Page 3 of 6 )

    Another way to format text is to write it backwards. Maybe the Mirror People of Relectionon 8 are visiting Earth and you want to ensure they can read what you have written on your web page:


    <html>

    <body>


    <p>

    Using the bdo tag below, I will write the phrase "I will take you to our leader" in reverse.

    </p>


    <bdo dir="rtl">

    I will take you to our leader

    </bdo>


    </body>

    </html>

    This will result in the following:

      Using the bdo tag below, I will write the phrase "I will take you to our leader" in   reverse.

      redael ruo ot uoy ekat lliw I

    Long and Short Quotes

    If you want to quote something an author or intelligent celebrity like Paris Hilton has said, you can use the long and short quotes:


    <html>

    <body>


    This is how you make a long quotation, followed by a short quotation:

    <blockquote>

    From Childhood's hour I have not been

    As others were

    I have not seen

    As other saw

    I could not bring my passions from a common spring

    From the same source I have not taken</blockquote>



    <p align="center"><q>

    -Edgar Allen Poe

    </q>


    </body>

    </html>

    The above would print out the following:

      This is how you make a long quotation, followed by a short quotation:

    From Childhood's hour I have not been As others were I have not seen As other saw I could not bring my passions from a common spring From the same source I have not taken

    -Edgar Allen Poe

    The long quote occurs with the <blockquote> tag, while the short quote utilizes the <q> tag.

    More HTML Articles
    More By James Payne


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

    HTML ARTICLES

    - Tabular Database Forms with HTML
    - Using the Find Functions for HTML Database F...
    - Sorting for Database Forms with HTML
    - Edit and Other Database Form Functions with ...
    - More Database Form Functions with HTML
    - Database Form Functions with HTML
    - Using the HTML Table Element as a Recordset
    - 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







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