From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/zh-cn/web/guide/html/email_links/index.html | 1 + files/zh-cn/web/guide/html/html5/html5_element_list/index.html | 1 + .../zh-cn/web/guide/html/html5/html5_thematic_classification/index.html | 1 + files/zh-cn/web/guide/html/using_html5_audio_and_video/index.html | 1 + 4 files changed, 4 insertions(+) (limited to 'files/zh-cn/web/guide/html') 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 ---

这往往是有益的Web站点能够创建链接或按钮,点击后,打开一个新的出站电子邮件。例如,这可能会创造一个“联系我们”按钮时使用。这是使用完成{{HTMLElement("a")}} 元素和mailto URL方案。.

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 ---

这里列出了所有标准化的 HTML5 元素,使用起始标签描述,按照功能分组。与列出所有标准化的、非标准化的、有效的、废弃的标签的 HTML 元素索引 不同的是,该页只列出有效的 HTML5 元素。新网站应当只使用这里列出的元素。

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 ---

这个页面提供了有关HTML5的主题链接,有些链接一般与HTML5关联但实际上并不是HTML标准,为了方便这些内容也被整理到这里。

HTML

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 ---

HTML5 通过HTML标签“audio”和“video”来支持嵌入式的媒体,使开发者能够方便地将媒体嵌入到HTML文档中。

-- cgit v1.2.3-54-g00ecf