srcをimgタグに渡した場合、HTMLプレビューを表示できますか?
<img src="http://www.abc.com/uploads/reports/test.html" style="max-height:150px; max-width:150px"/>
srcをimgタグに渡した場合、HTMLプレビューを表示できますか?
<img src="http://www.abc.com/uploads/reports/test.html" style="max-height:150px; max-width:150px"/>
No, you can not do that with image. Using frame could help you
<frame src="frame_a.htm" />
The short answer is no. Img tags are just for images. That is the only thing they will display.