diff options
Diffstat (limited to 'files/zh-cn/web/guide/html')
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> |