html - Why does img tag without src take height in IE11? -
i discovered if img tag 100% width given no src takes lot of height in ie11. e.g. test following in ie11 , chrome:
<img src="" alt="" style="width: 100%;"> <p>test text loren ipsum</p> is in ie11 or right way , other browsers wrong?
Comments
Post a Comment