内容简介:是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的含义以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
个性化网页设计与鉴赏
梁景红 / 西安电子科技大学出版社 / 2003-07-14 / 22.00
本书比较全面地介绍了网页设计应注意的相关问题, 在网页设计基础方面着重讲解了网页框架、页面元素、色彩设计,分析了一些人们容易忽视的细小环节,如页面装饰物、图片、文字、连接等。书中结合实例分析了优秀网页的设计创意思想,可以给读者提供一些启示。书中还介绍了作为网页设计者需要了解的信息管理和技术应用,以及网站VI设计和视觉美学等必要知识,读者可针对各种类别的站点具体实践这些知识,寻找进行网页设计的切入点......一起来看看 《个性化网页设计与鉴赏》 这本书的介绍吧!