Which of the following shows the correct way to make an image display at 50 percent of it's original size?

A. img ( height: 50%; width : 50%; )
B. img [ height : 50%; width : 50%; ]
C. img { height : 50% width : 50% }
D. img { height : 50%; width : 50%; }

D. img { height : 50%; width : 50%; }