每天知道一点点之HTML

栏目: Html · 发布时间: 5年前

内容简介:是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的含义

以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Docker开发指南

Docker开发指南

[英] Adrian Mouat / 黄彦邦 / 人民邮电出版社 / 2017-4 / 79.00元

Docker容器轻量和可移植的特性尤其适用于动态和分布式的环境,它的兴起给软件开发流程带来了一场革命。本书对Docker进行了全面讲解,包括开发、生产以至维护的整个软件生命周期,并对其中可能出现的一些问题进行了探讨,如软件版本差异、开发环境与生产环境的差异、系统安全问题,等等。一起来看看 《Docker开发指南》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试