• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • 参考手册
    • 概述 / Web 技术

      适用于开发者的 Web 技术参考手册

    • HTML

      Web 内容的结构

    • CSS

      用于描述文档样式的代码

    • JavaScript

      通用脚本语言

  • 开发指南
    • 概述 / MDN 学习区

      学习 Web 开发

    • MDN 学习区

      学习 Web 开发

    • HTML

      学习使用 HTML 构建 Web 内容

    • CSS

      学习使用 CSS 设置内容样式

    • JavaScript

      学习在浏览器中运行脚本

  • 更多中文网
  1. 面向开发者的 Web 技术
  2. HTML:超文本标记语言
  3. Attributes
  4. HTML 属性:rel
  5. rel=清单

目录

  • 规范
  • 浏览器兼容性
  1. HTML
  2. 教程
  3. HTML 基础知识
  4. HTML 简介
    1. HTML 概述简介
    2. HTML 入门
    3. 脑子里装的是什么? HTML 中的元数据
    4. HTML 文本基础知识
    5. 创建超链接
    6. 高级文本格式设置
    7. 文档和网站结构
    8. 调试 HTML
    9. 评估:标记字母
    10. 评估:构建内容页面
  5. 多媒体和嵌入
    1. 多媒体和嵌入概述
    2. HTML 中的图片
    3. 视频和音频内容
    4. 从对象到 iframe - 其他嵌入技术
    5. 将矢量图形添加到网络
    6. 响应式图片
    7. 评估:Mozilla 醒目页面
  6. HTML 表格
    1. HTML 表格概述
    2. HTML 表格基础知识
    3. HTML 表格的高级功能和辅助功能
    4. 评估:构建行星数据
  7. 参考
  8. HTML 元素
    1. <a>
    2. <abbr>
    3. <acronym> Deprecated
    4. <address>
    5. <area>
    6. <article>
    7. <aside>
    8. <audio>
    9. <b>
    10. <base>
    11. <bdi>
    12. <bdo>
    13. <big> Deprecated
    14. <blockquote>
    15. <body>
    16. <br>
    17. <button>
    18. <canvas>
    19. <caption>
    20. <center> Deprecated
    21. <cite>
    22. <code>
    23. <col>
    24. <colgroup>
    25. <data>
    26. <datalist>
    27. <dd>
    28. <del>
    29. <details>
    30. <dfn>
    31. <dialog>
    32. <dir> Deprecated
    33. <div>
    34. <dl>
    35. <dt>
    36. <em>
    37. <embed>
    38. <fencedframe> Experimental
    39. <fieldset>
    40. <figcaption>
    41. <figure>
    42. <font> Deprecated
    43. <footer>
    44. <form>
    45. <frame> Deprecated
    46. <frameset> Deprecated
    47. <h1>
    48. <head>
    49. <header>
    50. <hgroup>
    51. <hr>
    52. <html>
    53. <i>
    54. <iframe>
    55. <img>
    56. <input>
    57. <ins>
    58. <kbd>
    59. <label>
    60. <legend>
    61. <li>
    62. <link>
    63. <main>
    64. <map>
    65. <mark>
    66. <marquee> Deprecated
    67. <menu>
    68. <menuitem> Non-standard Deprecated
    69. <meta>
    70. <meter>
    71. <nav>
    72. <nobr> Deprecated
    73. <noembed> Deprecated
    74. <noframes> Deprecated
    75. <noscript>
    76. <object>
    77. <ol>
    78. <optgroup>
    79. <option>
    80. <output>
    81. <p>
    82. <param> Deprecated
    83. <picture>
    84. <plaintext> Deprecated
    85. <portal> Experimental
    86. <pre>
    87. <progress>
    88. <q>
    89. <rb> Deprecated
    90. <rp>
    91. <rt>
    92. <rtc> Deprecated
    93. <ruby>
    94. <s>
    95. <samp>
    96. <script>
    97. <search>
    98. <section>
    99. <select>
    100. <slot>
    101. <small>
    102. <source>
    103. <span>
    104. <strike> Deprecated
    105. <strong>
    106. <style>
    107. <sub>
    108. <summary>
    109. <sup>
    110. <table>
    111. <tbody>
    112. <td>
    113. <template>
    114. <textarea>
    115. <tfoot>
    116. <th>
    117. <thead>
    118. <time>
    119. <title>
    120. <tr>
    121. <track>
    122. <tt> Deprecated
    123. <u>
    124. <ul>
    125. <var>
    126. <video>
    127. <wbr>
    128. <xmp> Deprecated
  9. 全局属性
    1. accesskey
    2. anchor Experimental Non-standard
    3. autocapitalize
    4. autofocus
    5. class
    6. contenteditable
    7. dir
    8. draggable
    9. enterkeyhint
    10. exportparts
    11. hidden
    12. id
    13. inert
    14. inputmode
    15. is
    16. itemid
    17. itemprop
    18. itemref
    19. itemscope
    20. itemtype
    21. lang
    22. nonce
    23. part
    24. popover
    25. slot
    26. spellcheck
    27. style
    28. tabindex
    29. title
    30. translate
    31. virtualkeyboardpolicy Experimental
    32. 数据-*
  10. 属性
    1. accept
    2. autocomplete
    3. capture
    4. crossorigin
    5. dirname
    6. disabled
    7. elementtiming
    8. for
    9. max
    10. maxlength
    11. min
    12. minlength
    13. multiple
    14. pattern
    15. placeholder
    16. readonly
    17. rel
    18. required
    19. size
    20. step
  11. <input> 型
    1. <input type="button">
    2. <input type="checkbox">
    3. <input type="color">
    4. <input type="date">
    5. <input type="datetime-local">
    6. <input type="email">
    7. <input type="file">
    8. <input type="hidden">
    9. <input type="image">
    10. <input type="month">
    11. <input type="number">
    12. <input type="password">
    13. <input type="radio">
    14. <input type="range">
    15. <input type="reset">
    16. <input type="search">
    17. <input type="submit">
    18. <input type="tel">
    19. <input type="text">
    20. <input type="time">
    21. <input type="url">
    22. <input type="week">
  12. 指南
    1. 内容类别
    2. 块级元素
    3. 行内元素
    4. 怪癖模式和标准模式
    5. HTML 中使用的日期和时间格式
    6. 约束验证
    7. 微观数据
    8. 微格式
    9. 视口元标记
    10. 允许跨域使用图片和画布

目录

  • 规范
  • 浏览器兼容性

rel=清单

<link> 元素的 rel 属性的 manifest 关键字指示目标资源是 Web 应用清单。

¥The manifest keyword for the rel attribute of the <link> element indicates that the target resource is a Web app manifest.

规范

Specification
HTML Standard
# link-type-manifest

¥Specifications

浏览器兼容性

BCD tables only load in the browser

¥Browser compatibility

MDN Web 中文网 - 粤ICP备13048890号