Sat Dec 17, 2011 1:39 am
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>text-transform lowercase</title>
<style type='text/css'>
p.LCase {
text-align: left;
text-transform: lowercase;
font-size: 160%;
padding: 4px;
letter-spacing: 10px;
border:4px dashed red;
font-weight: bold;
}
</style>
</head>
<body>
<p class="LCase">
The Text Here Contains Uppercase Letters But They Are Forced To Lower Using CSS Text
Transform Arttibute
</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.