Prev Demo
Clip
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <style> img { position: absolute; clip: rect(8px, 80px, 200px,10px); } </style> </head> <body> <p>Clip propertty</p> <img src="http://www.techfunda.com/HTPictures/Generics/7-635924050076728217.JPG" width="100" height="150" /> </body> </html>
Note: We DO NOT save your trial code in our database.
Output