×
×
Correct!
Use the HTML image attributes to set the size of the image to 250 pixels wide and 400 pixels tall.
<img src="scream.png" @(5)="250" @(6)="400">
<img src="scream.png" width="250" height="400">
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?