内容简介:是html5中的新元素。有人翻译成:软换行。html4中
wbr (word break opportunity) element
是html5中的新元素。有人翻译成:软换行。
html4中 <br/>
表示换行, <br/>
表示必须换行。而 <wbr>
意思是在浏览器窗口或父级窗口宽度足够的情况下,不换行;在宽度不足的情况下,在加了 <wbr>
处主动换行。
<p>To learn AJAX, you must be familiar with the XMLHttpRequest Object.To learn AJAX, you must be familiar with the XMLHttp<wbr>Request Object.</p>
2018-11-26
rel noopener nofollow noreferrer external
- external :此属性的意思是告诉搜索引擎,这个链接不是本站链接,其实作用相当于target=‘_blank’。
- nofollow 这个链接非本站链接,不要爬取也不要传递权重”。因此在SEO的角度来说,是一种绝对隔绝处理的方法,可以有效减少蜘蛛爬行的流失
- noreferrer: If a user agent follows a link defined by an a or area element that has the noreferrer keyword, the user agent must set their request’s referrer to “no-referrer”
- noopener: window.opener attribute will be null.
theme-color
<!DOCTYPE HTML> <title>HTML Standard</title> <meta name="theme-color" content="#3c790a">
Meta tag to define a suggested color that browsers should use to customize the display of the page or of the surrounding user interface
Support for theme-color in Chrome 39 for Android
HTML中meta theme-color的含义以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 谈谈大家想知道的、不知道的SDN
- 你知道和你不知道的冒泡排序
- JS数组中那些你知道或不知道的
- 掌握Python列表理解需要知道的9件事,你知道吗?
- 你所知道或不知道的CSS content属性
- 前端程序员不知道的14个JavaScript调试技巧,你知道几个?
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。