<!DOCTYPE html>
<html>
<head>
<style>
h1 {
text-shadow: 3px 2px red;
}
</style>
</head>
<body>
<h1>Text-shadow effect</h1>
<p><b>注释:</b>Internet Explorer 9 以及更早的版本不支持 text-shadow 属性。</p>
</body>
</html>