You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
microformats官方定义
Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.
Activity
xxf1996 commentedon Aug 30, 2019
查了一下资料,这个微格式可以看做是在
HTML
内约定俗成的数据展示方式或协议?方便搜索引擎或是聚合器这类数据抓取工具获取某类特定信息。EmiyaYang commentedon Aug 31, 2019
microformats官方定义
Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.
应用场景:
censek commentedon Feb 19, 2020
微格式,利用 HTML 的
class
属性来对网页添加附加信息。应用举例:当你用手机浏览某公司的网站时,手机浏览器识别出了网页中的
hCard
信息。这个hCard
标记了该公司的多种联络方式,手机浏览器很聪明地提示你“是否保存到通讯录”,于是你可以很经松地保存所需要的信息。