Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<style>
p:first-letter { text-transform: uppercase; }
p { text-transform: capitalize }
</style>
<body>
<p>blah blah</p>
</body>
</html>