Menu
×
×
Correct!
Exercise: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!Next ❯ |
This will reset the score of ALL 90 exercises.
Are you sure you want to continue?