<!DOCTYPE html>
<html>
<head>
<style>
h1 {
color: white;
text-shadow: 2px 2px 4px #000000;
}
</style>
</head>
<body>
<h1>白色文本上的文本阴影</h1>
<p><b>注意:</b> Internet Explorer 9 及更早版本不支持 text-shadow 文本阴影属性。</p>
</body>
</html>