小呀么小二郎呀
text-transform:capitalize例子:<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<style type="text/css">
p{text-transform:capitalize}
</style>
<body>
<p>hello world!</p>
</body>
</html>