How to hide image broken Icon using only CSS/HTML?

前端 未结 17 1808
不思量自难忘°
不思量自难忘° 2020-11-27 09:14

How can I hide the broken image icon? Example: \"Example\"

I have an image with error src:

17条回答
  •  忘掉有多难
    2020-11-27 10:01

    Use the object tag. Add alternative text between the tags like this:

    Alternative Text
    

    http://www.w3schools.com/tags/tag_object.asp

提交回复
热议问题