Which is the better way to declare a FONT-SIZE tag?

  •  01-09-2007, 6:37 AM

    Which is the better way to declare a FONT-SIZE tag?

    Which from the examples below should I use to represent the font-size tag on a an html content that Iam going to edit using the CuteEditor?
     
    <span style="FONT-SIZE: 12pt; FONT-FAMILY: Georgia;">Edit this content...</span>
     
    <span style="FONT-SIZE: 5px; FONT-FAMILY: Georgia;">Edit this content...</span>
     
    <font face="Georgia" size="2">Edit this content...</font>
View Complete Thread