<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
img {
filter: blur(5px); /* Safari 6.0 - 9.0 */
filter: blur(5px);
}
</style>
</head>
<body>
<p>Apply a blur effect to the image:</p>
<img src="pineapple.jpg" alt="Pineapple" width="300" height="300">
<p><strong>Note:</strong> The filter property is not supported in Internet Explorer, Edge 12, or Safari 5.1 and earlier.</p>
</body>
<!-- Mirrored from www.w3schools.com/howto/tryit.asp?filename=tryhow_filter_blur by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:38:47 GMT -->
</html>