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

前端 未结 11 1857
臣服心动
臣服心动 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:33

    If it's just one or two links, you can do it inline with

    
    

    More than that and you probably want one of the js solutions above.

提交回复
热议问题