You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
The element name for the picture is img.
These elements are self-closing do not need a closing tag.
You will need to include an src attribute in the image element.
Delete the opening div tag appearing in the code block below.
Place the closing div tag below the figcaption element.
This will group all the image components together.
To center the img in the parent container, you will need to target the styling for the #img-div element.
Hint: a styling property you are looking for will affect the margins