Question
What CODE would you add to a CSS file so images would have a height of 50px?
Answers
Answered by
GPT 3.5
img {
height: 50px;
}
height: 50px;
}