diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/vi/glossary/attribute/index.html | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/vi/glossary/attribute/index.html')
-rw-r--r-- | files/vi/glossary/attribute/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/files/vi/glossary/attribute/index.html b/files/vi/glossary/attribute/index.html deleted file mode 100644 index 8fe616d567..0000000000 --- a/files/vi/glossary/attribute/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Thuộc tính -slug: Glossary/Attribute -tags: - - HTML - - Từ điển thuật ngữ -translation_of: Glossary/Attribute -original_slug: Tu-dien-thuat-ngu/Attribute ---- -<p><span class="glossaryLink new">Một <strong>thuộc tính </strong></span>mở rộng một {{Glossary("thẻ")}}, thay đổi hành vi của thẻ đó hoặc cung cấp thông tin/dữ liệu về nó. Một thuộc tính luôn luôn có dạng <code>name=value</code> (tên của một thuộc tính được đặt theo các thuộc tính liên quan).</p> - -<h2 id="Tìm_hiểu_thêm">Tìm hiểu thêm</h2> - -<h3 id="Technical_reference"><span style="font-size: 1.71428571428571rem;">Technical reference</span></h3> - -<ul> - <li><a href="/en-US/docs/Web/HTML/Attributes">Tài liệu tham khảo về thuộc tính HTML</a></li> - <li>Thông tin về HTML's <a href="/en-US/docs/Web/HTML/Global_attributes">global attributes</a></li> -</ul> |