每天知道一点点之HTML

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

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

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

查看所有标签

猜你喜欢:

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

Build Your Own Web Site the Right Way Using HTML & CSS

Build Your Own Web Site the Right Way Using HTML & CSS

Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95

Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具