Image tag closing

前端 未结 5 830
野趣味
野趣味 2020-12-12 08:10

How to close image tag in HTML?


or


or

5条回答
  •  萌比男神i
    2020-12-12 08:42

    Like this:

    
    

    An image tag can't have any content, but you do need to close it in HTML4. In HTML5 this is not required any more.

    So then this is also allowed:

    
    

提交回复
热议问题