x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
img {
7
position: absolute;
8
clip: rect(0px, 60px, 200px, 0px);
9
}
10
</style>
11
</head>
12
13
<body>
14
<img src="/examples/paper.gif" width="100" height="140" />
15
</body>
16
</html>