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