Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS clip property</title> <style> img { position: absolute; clip: rect(0px, 60px, 180px, 20px); } </style> </head> <body> <img src="../../images/img_nat.png" width="207" height="130"> </body> </html>
  Preview Arrow