<html>
<head>
<style>
img {
filter: blur(5px);
}
</style>
</head>
<body>
<h1>filter 过滤器属性</h1>
<p>对图像应用模糊效果:</p>
<img src="pineapple.jpg" alt="菠萝" width="300" height="300">
<p><strong>注意:</strong>过滤器属性 filter 在 Edge 12 或 Internet Explorer 中不受支持。</p>
</body>
</html>