how to change the height of an image in css

CSS
div {
  height: 
200px;
  width: 50%;
  background-color: powderblue;
} 
Source

Also in CSS: