Categories

capitalize letters

capitalize letters

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>

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Comments are closed.