What CODE would you add to a CSS file so images would have a height of 50px?

1 answer

img {
height: 50px;
}