What does this code display?
<html>
<head>
<style>body {
text-align: center;
}
img {border-radius:0 30px 30px 50px;}</style>
</head>
<body>
<img src="https://getmimo.com/r/lighthouse.png">
</body>
</html>]]>- An element with the second, third and fourth corners rounded
- An element with all corners rounded
- An element with the third and forth corners rounded
- An element with no corners rounded
An element with the second, third and fourth corners rounded.