内容简介:是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的含义以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法:python语言实现
迈克尔.·T·古德里奇、罗伯托·塔玛西亚、迈克尔·H·戈德瓦瑟 / 张晓、赵晓南 / 机械工业出版社 / 2018-9 / 109.00元
本书采用Python语言讨论数据结构和算法,详细讲解其设计、分析与实现过程,是一本内容全面且特色鲜明的教材。书中将面向对象视角贯穿始终,充分利用Python语言优美而简洁的特点,强调代码的健壮性和可重用性,关注各种抽象数据类型以及不同算法实现策略的权衡。一起来看看 《数据结构与算法:python语言实现》 这本书的介绍吧!