• HTML5元素——有意义的文本标记


    <time>

    日期:格式:YYYY-MM-DD

      <p>The party starts <time datetime="2016-08-25">August 25<sup>th</sup></time></p>

      显示结果:The party starts August 25th

    时间:格式:HH:MM-00:00 ————[小时;分钟;时区]时区:https://en.wikipedia.org/wiki/Time_zone

      <p>Party starts at <time datetime="16:48-8:00"> 4:48 pm</time></p>

      显示结果:Party starts at 4:48 pm

    日期和时间组合:

      <p>Party starts at <time datetime="2016-08-25T16:48-8:00"> August 25<sup>th</sup> at 4:48 pm</time></p>

      显示结果:Party starts at August 25th at 4:48 pm

    <output>

    //表单中的占位符;取代span,更有含义

    <mark>

    //凸显文字,默认为黄色背景;更好的办法是添加样式,为某些不支持html5的浏览器。

    属性标准:

    1.ARIA_http://www.w3.org/TR/wai-aria/

    2.RDFa_https://en.wikipedia.org/wiki/RDFa

    3.Microformats:http://microformats.org/wiki/Main_Page

  • 相关阅读:
    LeetCode "Sum Root to Leaf Numbers"
    LeetCode "Single Number"
    POJ #1033
    POJ #1011
    POJ #2411
    POJ #1276
    POJ #1260
    POJ #1221
    POJ #1080
    POJ #1050
  • 原文地址:https://www.cnblogs.com/Thelma/p/5807597.html
Copyright © 2020-2023  润新知