Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] 第182天 举例说明HTML5的标签meter的用法 #1371

Open
haizhilin2013 opened this issue Oct 14, 2019 · 4 comments
Open

[html] 第182天 举例说明HTML5的标签meter的用法 #1371

haizhilin2013 opened this issue Oct 14, 2019 · 4 comments
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第182天 举例说明HTML5的标签meter的用法

@haizhilin2013 haizhilin2013 added the html html label Oct 14, 2019
@liugezhou
Copy link

作用:定义已知范围或分数值内的标量测量。

说明: 标签不应用于指示进度(在进度条中)。如果标记进度条,请使用 标签。

注释: 标签是 HTML 5 中的新标签。

<p>显示度量值:</p>
<meter value="3" min="0" max="10">3/10</meter><br>
<meter value="0.6">60%</meter>
<p><b>注释:</b>Internet Explorer 不支持 meter 标签。</p>

@mjhcc365
Copy link

使用meter元素展示给定的数据范围 meter value="2" min="0" max="10">2 out of 10</meter> <meter value="0.6">60%</meter>

@Shan9312
Copy link

Shan9312 commented Oct 15, 2019

  1. meta 的charset 属性用来表明文档的编码方式
  2. meta的 name 属性用来做SEO的优化
  3. meta的content 属性能影响移动适页面布局
    4.meta 的http-equiv属性可以自定义http头部内容.等..

@Rexexe
Copy link

Rexexe commented Dec 26, 2019

  1. meta 的charset 属性用来表明文档的编码方式
  2. meta的 name 属性用来做SEO的优化
  3. meta的content 属性能影响移动适页面布局
    4.meta 的http-equiv属性可以自定义http头部内容.等..

要看好题目哦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

5 participants