Thu Feb 23, 2012 12:36 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Letter spacing in paragraph</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
p.BigLetterSpacing {
letter-spacing: 1.5em;
}
p.SmallLetterSpacing {
letter-spacing: -0.2ex;
}
</style>
</head>
<body>
<p>
In this example we show the usage of
the letter spacing CSS attribute on the words.
</p>
<p class="BigLetterSpacing">
This paragraph uses big letter spacing value
</p>
<p class="SmallLetterSpacing">
This paragraph uses small letter spacing value
</p>
</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.