SyntaxFix
Write A Post
Hire A Developer
Questions
The <img> element is empty — it doesn't have an end tag.
<img>
If the image is a background image, use CSS. If it is a content image, then set position: relative on a container, then absolutely position the image and/or text within it.
position: relative