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 roundedAn element with all corners roundedAn element with the third and forth corners roundedAn element with no corners rounded

An element with the second, third and fourth corners rounded.