Create a W3C validated anchor link with target=“_blank”

前端 未结 11 1768
臣服心动
臣服心动 2021-01-04 22:51

I have the following piece of HTML that creates a new window when clicked:

glide by the people
         


        
11条回答
  •  一整个雨季
    2021-01-04 23:30

    Use this doctype:

     
    

    1.0 transitional accommodates some html "legacy" code, including target="_blank".

提交回复
热议问题