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

前端 未结 8 1117
长情又很酷
长情又很酷 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:24

    Yes. But if you do add the code outside it most likely will not be the end of the world since most browsers will fix it, but it is still a bad practice to get into.

提交回复
热议问题