Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
style
>
img
{
position
:
absolute
;
clip
:
rect(0px,60px,200px,0px)
;
}
<
/style
>
<
/head
>
<
body
>
<
img
src
="w3css.gif"
width
="100"
height
="140"
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <style> img { position: absolute; clip: rect(0px,60px,200px,0px); } </style> </head> <body> <img src="w3css.gif" width="100" height="140"> </body> </html>
Result:
Privacy Policy