-2

I have a simple question.

ex)

<div class="myclass">
<img src="http://path/to/image.jpg">
</div>

In iOS and desktop browsers are good.
but android browser not working a img tag.
This img tag is not connect with any JavaScript or even CSS.
pure HTML code.
I have no idea.
please help me.

Kim darry
  • 1
  • 3

1 Answers1

-2

You forgot the endtag </img>. Or in one line <img src="http://path/to/image.jpg" />

XxGoliathusxX
  • 922
  • 13
  • 34