Fighter on Midway USS

Source HTML Code

  <head>
    <title>示範濾鏡效果</title>
    <style>
      img {filter : wave(freq=3,lightstrength=30, phase=90, strength=8)}  
    </style>
  </head>
  <body>
    <h2>Fighter on Midway USS</h2>
    <img src="airplane.jpg">
  </body>