Capitalize letters using CSS
This example shows how to use CSS to capitalize letters.
<html>
<head>
<style type=”text/css”>
p.capitalize {text-transform: capitalize}
</style>
</head>
<body>
<p class=”capitalize”>
capitalized letters in a sentence
</p>
</body>
</html>
Bookmark It
Hide Sites
[ Back to top ]



























