Here, we have the img element stored inside the el variable. To set an attribute, we use the setAttribute() method after the variable name.
img
el
setAttribute()
Make sure to pick el followed by . and then setAttribute, (), ;.
.
setAttribute
()
;