Multiple values for rel attribute

后端 未结 6 2024
攒了一身酷
攒了一身酷 2021-01-01 08:55

Can I have multiple values for rel attributes? Like so:

Link

.. is it valid and cross

6条回答
  •  独厮守ぢ
    2021-01-01 09:27

    yes you can and it's valid: e.g: rel='tag nofollow'

    
    

    just use values with giving "blank space" among them. The complete details of tags used inside rel are here..

    http://www.w3schools.com/tags/att_a_rel.asp

提交回复
热议问题