How to stop broken images showing

后端 未结 12 2350
谎友^
谎友^ 2021-01-02 12:08

I have a table with some images that I want to start out with no images in them.I have set the src=\"\".But when viewed in a browser it shows broken image pics.



        
12条回答
  •  感情败类
    2021-01-02 12:14

    Very simple answer is add alt attribute with empty value

    
    

    width & height are optional

提交回复
热议问题