<!DOCTYPE html>
<html>
<head>
<style>
img {
position: absolute;
clip: rect(0,165px,45px,0);
}
</style>
</head>
<body>
<h1>The clip Property</h1>
<img src="https://webtutor.dev/images/logo.png" width="256" height="44">
</body>
</html>