Mon Dec 05, 2011 1:22 am
<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>
|
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.