aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/guide/html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-10 15:07:40 -0500
commite3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch)
treee79f55a57428a312358befac396d4abe25730206 /files/zh-cn/web/guide/html
parent65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff)
downloadtranslated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2
translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip
adding translation_of_original to front-matter
Diffstat (limited to 'files/zh-cn/web/guide/html')
-rw-r--r--files/zh-cn/web/guide/html/email_links/index.html1
-rw-r--r--files/zh-cn/web/guide/html/html5/html5_element_list/index.html1
-rw-r--r--files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html1
-rw-r--r--files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html1
4 files changed, 4 insertions, 0 deletions
diff --git a/files/zh-cn/web/guide/html/email_links/index.html b/files/zh-cn/web/guide/html/email_links/index.html
index 3a020fcbee..fd51ef502f 100644
--- a/files/zh-cn/web/guide/html/email_links/index.html
+++ b/files/zh-cn/web/guide/html/email_links/index.html
@@ -8,6 +8,7 @@ tags:
- email link
- mailto
translation_of: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks#E-mail_links
+translation_of_original: Web/Guide/HTML/Email_links
---
<p>这往往是有益的Web站点能够创建链接或按钮,点击后,打开一个新的出站电子邮件。例如,这可能会创造一个“联系我们”按钮时使用。这是使用完成<span class="seoSummary">{{HTMLElement("a")}} </span>元素和mailto URL方案。<span class="seoSummary">.</span></p>
diff --git a/files/zh-cn/web/guide/html/html5/html5_element_list/index.html b/files/zh-cn/web/guide/html/html5/html5_element_list/index.html
index b1b28a4fea..9a45c3ba52 100644
--- a/files/zh-cn/web/guide/html/html5/html5_element_list/index.html
+++ b/files/zh-cn/web/guide/html/html5/html5_element_list/index.html
@@ -8,6 +8,7 @@ tags:
- 初学者
- 指南
translation_of: Web/HTML/Element
+translation_of_original: Web/Guide/HTML/HTML5/HTML5_element_list
---
<p>这里列出了所有<strong>标准化的 HTML5 元素</strong>,使用起始标签描述,按照功能分组。与列出所有标准化的、非标准化的、有效的、废弃的标签的 <a href="/zh-CN/docs/HTML/Element" title="HTML/Element">HTML 元素索引</a> 不同的是,该页只列出有效的 HTML5 元素。新网站应当只使用这里列出的元素。</p>
diff --git a/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html b/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html
index 738663ba9d..3759db3097 100644
--- a/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html
+++ b/files/zh-cn/web/guide/html/html5/html5_thematic_classification/index.html
@@ -2,6 +2,7 @@
title: HTML5 & friends thematic classification
slug: Web/Guide/HTML/HTML5/HTML5_Thematic_Classification
translation_of: Web/Guide/HTML/HTML5
+translation_of_original: Web/Guide/HTML/HTML5/HTML5_Thematic_Classification
---
<p>这个页面提供了有关HTML5的主题链接,有些链接一般与HTML5关联但实际上并不是HTML标准,为了方便这些内容也被整理到这里。</p>
<h2 id="HTML"><span class="author-g-lqfq0qqpckp8p3co">HTML</span></h2>
diff --git a/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html b/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html
index bd573234bd..f1ebacd184 100644
--- a/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html
+++ b/files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html
@@ -16,6 +16,7 @@ tags:
- 视频
- 音频
translation_of: Learn/HTML/Multimedia_and_embedding/Video_and_audio_content
+translation_of_original: Web/Guide/HTML/Using_HTML5_audio_and_video
---
<p>HTML5 通过HTML标签“audio”和“video”来支持嵌入式的媒体,使开发者能够方便地将媒体嵌入到HTML文档中。</p>