What happens when we set bottom: 0px; for an element that has position set to `relative?

The element does not move from its original positionThe element is moved to the bottom of the webpageThe element is moved to the bottom of its parentThe element is moved to the top of its parent

The element does not move from its original position.