Switch to full style
HTML code examples
Post a reply

underline the abberviation

Mon Dec 05, 2011 1:22 am

underline the abbreviation
Code:
<html>
<
head>
   <title>underline the abbreviation</title>
  <style type="text/css" media="screen">
  
  body 
{
    font-family:"Tahoma";
    font-size: 20px;
    }
  
  div 
{
    margin-bottom: 25px;
    }  
  
  
  
#part abbr, acronym {
    border-bottom: 4px dotted;
    cursor: help;
    }
  
  
</style>
</
head>
<
body>

<
div id="part">
<
abbr title="International Business Machines">IBM</abbr>  one of largest cooperation.
</
div>

</
body>
</
html>
 




Post a reply
  Related Posts  to : underline the abberviation
 Underline for visited link     -  
 Change the default underline style of link     -  

Topic Tags

HTML Font