Is it wrong to place the [removed] tag after the </body> tag?

前端 未结 8 1111
长情又很酷
长情又很酷 2020-11-22 06:12

How wrong is it to place the script tag after the closing tag of the body (). ?


  ....
  
     ....
  <         


        
8条回答
  •  一生所求
    2020-11-22 06:18

    IE doesn't allow this anymore (since Version 10, I believe) and will ignore such scripts. FF and Chrome still tolerate them, but there are chances that some day they will drop this as non-standard.

提交回复
热议问题