<!DOCTYPE html>
<html>
<head>
<style>
img {
clip-path: ellipse(50% 35% at right);
}
</style>
</head>
<body>
<h1>The ellipse() Function</h1>
<img src="pineapple.jpg" alt="Pineapple" width="300" height="300">
</body>
</html>