代码示例:(标识:dhtm_ucase)
<html>
<head>
<style>
a:hover
{
text-transform:uppercase;
}
</style>
</head>

<body>
<a href="/index.php">Mouse over this link</a> 
</body>

</html>
运行结果: