Help sizing your images

I think that I am doing everything right here, and I have looked elsewhere online but cannot find the solution. I’m new to this so any help would be appreciated.

You should add a class inside your <img> tag. A class is an atribute, like a <Person> would have attributes like this:
<Person age: "10" weight: "30kg" height: "120cm">.

Your <img> tag needs the Class attribute with the value of "smaller-image". Just like a person would have the attribute age with the value of "10"

3 Likes

Thank you problem solved

2 Likes