First off, that's invalid HTML for two reasons.
- Your <li>s are not closed.
- Your image is not inside an <li>. The only valid children of <ol> and <ul> are <li>s.
- You haven't specified an alt attribute for your <img />.
Invalid code means unreliable rendering.