diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/attribute/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/glossary/attribute/index.html')
-rw-r--r-- | files/zh-cn/glossary/attribute/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/attribute/index.html b/files/zh-cn/glossary/attribute/index.html new file mode 100644 index 0000000000..f56ff7465e --- /dev/null +++ b/files/zh-cn/glossary/attribute/index.html @@ -0,0 +1,18 @@ +--- +title: Attribute +slug: Glossary/Attribute +tags: + - API + - HTML +translation_of: Glossary/Attribute +--- +<p><span class="glossaryLink new"><strong>Attribute</strong></span> (标签属性)用于拓展HTML <a href="https://developer.mozilla.org/en-US/docs/Glossary/tag" title="tag: In HTML a tag is used for creating an element. The name of an HTML element is the name used in angle brackets such as <p> for paragraph. Note that the end tag's name is preceded by a slash character, "</p>", and that in empty elements the end tag is neither required nor allowed. If attributes are not mentioned, default values are used in each case.">tag</a>, 可改变标签行为或提供元数据,属性总是以<code>name = value</code>的格式(属性的识别码后接与之相关的值)</p> + +<h2 id="深入了解">深入了解</h2> + +<h3 id="技术参考"><span style="font-size: 27.4286px;">技术参考</span></h3> + +<ul> + <li><a href="/en-US/docs/Web/HTML/Attributes">HTML attribute reference</a></li> + <li>关于 HTML's <a href="/en-US/docs/Web/HTML/Global_attributes">global attributes</a> 的信息</li> +</ul> |