本文介绍了rel属性的多个值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我可以为rel属性提供多个值吗?像这样:
Can I have multiple values for rel attributes? Like so:
<a href="#" rel="value1 nofollow">Link</a>
..是否有效且跨浏览器兼容?
.. is it valid and cross-browser compatible?
推荐答案
我不确定是否所有的浏览器都支持它,但我猜是这样。
It's valid. I'm not sure if it's supported by all browsers, though, but I would guess that it is.
这篇关于rel属性的多个值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!