diff --git a/files/zh-tw/learn/accessibility/mobile/index.md b/files/zh-tw/learn/accessibility/mobile/index.md index 0cac0cc45a10cd..fe1930b8f2ae95 100644 --- a/files/zh-tw/learn/accessibility/mobile/index.md +++ b/files/zh-tw/learn/accessibility/mobile/index.md @@ -270,13 +270,3 @@ In this article we have provided you with some details about common mobile acces - [Make your site work on touch devices](http://www.creativebloq.com/javascript/make-your-site-work-touch-devices-51411644) — Useful article about using touch events to get interactions working on mobile devices. {{PreviousMenuNext("Learn/Accessibility/Multimedia","Learn/Accessibility/Accessibility_troubleshooting", "Learn/Accessibility")}} - -## In this module - -- [What is accessibility?](/zh-TW/docs/Learn/Accessibility/What_is_accessibility) -- [HTML: A good basis for accessibility](/zh-TW/docs/Learn/Accessibility/HTML) -- [CSS and JavaScript accessibility best practices](/zh-TW/docs/Learn/Accessibility/CSS_and_JavaScript) -- [WAI-ARIA basics](/zh-TW/docs/Learn/Accessibility/WAI-ARIA_basics) -- [Accessible multimedia](/zh-TW/docs/Learn/Accessibility/Multimedia) -- [Mobile accessibility](/zh-TW/docs/Learn/Accessibility/Mobile) -- [Accessibility troubleshooting](/zh-TW/docs/Learn/Accessibility/Accessibility_troubleshooting) diff --git a/files/zh-tw/learn/accessibility/wai-aria_basics/index.md b/files/zh-tw/learn/accessibility/wai-aria_basics/index.md index 555920b04f09fb..56e8b31faeaedd 100644 --- a/files/zh-tw/learn/accessibility/wai-aria_basics/index.md +++ b/files/zh-tw/learn/accessibility/wai-aria_basics/index.md @@ -395,13 +395,3 @@ function toggleMusician(bool) { - [ARIA in HTML](https://www.w3.org/TR/html-aria/) — W3C 標準針對每一個 HTML 特徵定義由瀏覽器設置隱含特徵的無障礙(ARIA)語意,以及如果需要額外的語意,你可以設置的 WAI-ARIA 特徵。 {{PreviousMenuNext("Learn/Accessibility/CSS_and_JavaScript","Learn/Accessibility/Multimedia", "Learn/Accessibility")}} - -## 本模組章節 - -- [何謂無障礙網頁?](/zh-TW/docs/Learn/Accessibility/What_is_accessibility) -- [HTML: 無障礙網頁的好開始](/zh-TW/docs/Learn/Accessibility/HTML) -- [充分實踐 CSS 與 JavaScript 的無障礙](/zh-TW/docs/Learn/Accessibility/CSS_and_JavaScript) -- [WAI-ARIA 基礎](/zh-TW/docs/Learn/Accessibility/WAI-ARIA_basics) -- [無障礙多媒體](/zh-TW/docs/Learn/Accessibility/Multimedia) -- [行動無障礙網頁](/zh-TW/docs/Learn/Accessibility/Mobile) -- [無障礙問題排除](/zh-TW/docs/Learn/Accessibility/Accessibility_troubleshooting) diff --git a/files/zh-tw/learn/accessibility/what_is_accessibility/index.md b/files/zh-tw/learn/accessibility/what_is_accessibility/index.md index 4ea76fc9225442..ef22c3eb1448fc 100644 --- a/files/zh-tw/learn/accessibility/what_is_accessibility/index.md +++ b/files/zh-tw/learn/accessibility/what_is_accessibility/index.md @@ -163,13 +163,3 @@ slug: Learn/Accessibility/What_is_accessibility 本文應當使你對無障礙網頁有著概括性的認知、明白其重要性、並在知道如何在工作流程中安排它。你也該對知道如何實做無障礙網頁的細節有興趣。我們將在下個章節開始闡明為什麼 HTML 是無障礙網頁的好基礎。 {{NextMenu("Learn/Accessibility/HTML", "Learn/Accessibility")}} - -## 在本模塊 - -- [What is accessibility?](/zh-TW/docs/Learn/Accessibility/What_is_accessibility) -- [HTML: A good basis for accessibility](/zh-TW/docs/Learn/Accessibility/HTML) -- [CSS and JavaScript accessibility best practices](/zh-TW/docs/Learn/Accessibility/CSS_and_JavaScript) -- [WAI-ARIA basics](/zh-TW/docs/Learn/Accessibility/WAI-ARIA_basics) -- [Accessible multimedia](/zh-TW/docs/Learn/Accessibility/Multimedia) -- [Mobile accessibility](/zh-TW/docs/Learn/Accessibility/Mobile) -- [Accessibility troubleshooting](/zh-TW/docs/Learn/Accessibility/Accessibility_troubleshooting) diff --git a/files/zh-tw/learn/css/first_steps/getting_started/index.md b/files/zh-tw/learn/css/first_steps/getting_started/index.md index e4c469e291bb97..f6f2c7997c68cb 100644 --- a/files/zh-tw/learn/css/first_steps/getting_started/index.md +++ b/files/zh-tw/learn/css/first_steps/getting_started/index.md @@ -279,11 +279,3 @@ body h1 + p .special { 在下一個課程中,我們將看看 CSS 的結構是如何。 {{PreviousMenuNext("Learn/CSS/First_steps/What_is_CSS", "Learn/CSS/First_steps/How_CSS_is_structured", "Learn/CSS/First_steps")}} - -## 在這個單元中 - -1. [CSS 是什麼?](/zh-TW/docs/Learn/CSS/First_steps/What_is_CSS) -2. [開始使用 CSS](/zh-TW/docs/Learn/CSS/First_steps/Getting_started) -3. [CSS 的結構](/zh-TW/docs/Learn/CSS/First_steps/How_CSS_is_structured) -4. [CSS 的運作方式](/zh-TW/docs/Learn/CSS/First_steps/How_CSS_works) -5. [使用您的新知識](/zh-TW/docs/Learn/CSS/First_steps/Using_your_new_knowledge) diff --git a/files/zh-tw/learn/css/first_steps/how_css_works/index.md b/files/zh-tw/learn/css/first_steps/how_css_works/index.md index cf59b89075416b..8e190323cb8bea 100644 --- a/files/zh-tw/learn/css/first_steps/how_css_works/index.md +++ b/files/zh-tw/learn/css/first_steps/how_css_works/index.md @@ -164,11 +164,3 @@ p { 你已經快完成這個主題了,但是還差臨門一腳,在下篇文章裡,你將會[利用你學到的新知識](/zh-TW/docs/Learn/CSS/First_steps/Using_your_new_knowledge)來重新美化一個範例,並在過程中重溫你所學到的 CSS 技巧。 {{PreviousMenuNext("Learn/CSS/First_steps/How_CSS_is_structured", "Learn/CSS/First_steps/Using_your_new_knowledge", "Learn/CSS/First_steps")}} - -## 在這個主題中 - -1. [CSS 是什麼?](/zh-TW/docs/Learn/CSS/First_steps/What_is_CSS) -2. [CSS 入門](/zh-TW/docs/Learn/CSS/First_steps/Getting_started) -3. [CSS 是如何組織的](/zh-TW/docs/Learn/CSS/First_steps/How_CSS_is_structured) -4. [CSS 是如何運作的](/zh-TW/docs/Learn/CSS/First_steps/How_CSS_works) -5. [利用你學到的新知識](/zh-TW/docs/Learn/CSS/First_steps/Using_your_new_knowledge) diff --git a/files/zh-tw/learn/css/first_steps/what_is_css/index.md b/files/zh-tw/learn/css/first_steps/what_is_css/index.md index 7ae50140d1c97b..fb1100ebe05fb1 100644 --- a/files/zh-tw/learn/css/first_steps/what_is_css/index.md +++ b/files/zh-tw/learn/css/first_steps/what_is_css/index.md @@ -120,11 +120,3 @@ CSS 並沒有什麼不同,它由 W3C 一個被稱為 [CSS 工作組](https://w 現在您已經知卜 CSS 是什麼,接著移動到 [CSS 入門](/zh-TW/docs/Learn/CSS/First_steps/Getting_started)單元,您可以在這裡開始寫一些 CSS。 {{NextMenu("Learn/CSS/First_steps/Getting_started", "Learn/CSS/First_steps")}} - -## 在這個單元中 - -1. [CSS 是什麼?](/zh-TW/docs/Learn/CSS/First_steps/What_is_CSS) -2. [CSS 入門](/zh-TW/docs/Learn/CSS/First_steps/Getting_started) -3. [CSS 的結構](/zh-TW/docs/Learn/CSS/First_steps/How_CSS_is_structured) -4. [CSS 工作原理](/zh-TW/docs/Learn/CSS/First_steps/How_CSS_works) -5. [使用您的新知識](/zh-TW/docs/Learn/CSS/First_steps/Using_your_new_knowledge) diff --git a/files/zh-tw/learn/forms/how_to_structure_a_web_form/index.md b/files/zh-tw/learn/forms/how_to_structure_a_web_form/index.md index 497068f0bb101c..bf49102657c8c9 100644 --- a/files/zh-tw/learn/forms/how_to_structure_a_web_form/index.md +++ b/files/zh-tw/learn/forms/how_to_structure_a_web_form/index.md @@ -306,22 +306,3 @@ You can see the finished form in action below (also find it on GitHub — see ou - [A List Apart: _Sensible Forms: A Form Usability Checklist_](http://www.alistapart.com/articles/sensibleforms/) {{PreviousMenuNext("Learn/Forms/Your_first_form", "Learn/Forms/Basic_native_form_controls", "Learn/Forms")}} - -## 在本模塊 - -- [Your first form](/zh-TW/docs/Learn/Forms/Your_first_form) -- [How to structure a web form](/zh-TW/docs/Learn/Forms/How_to_structure_a_web_form) -- [Basic native form controls](/zh-TW/docs/Learn/Forms/Basic_native_form_controls) -- [The HTML5 input types](/zh-TW/docs/Learn/Forms/HTML5_input_types) -- [Other form controls](/zh-TW/docs/Learn/Forms/Other_form_controls) -- [Styling web forms](/zh-TW/docs/Learn/Forms/Styling_web_forms) -- [Advanced form styling](/zh-TW/docs/Learn/Forms/Advanced_form_styling) -- [UI pseudo-classes](/zh-TW/docs/Learn/Forms/UI_pseudo-classes) -- [Client-side form validation](/zh-TW/docs/Learn/Forms/Form_validation) -- [Sending form data](/zh-TW/docs/Learn/Forms/Sending_and_retrieving_form_data) - -### Advanced Topics - -- [How to build custom form controls](/zh-TW/docs/Learn/Forms/How_to_build_custom_form_controls) -- [Sending forms through JavaScript](/zh-TW/docs/Learn/Forms/Sending_forms_through_JavaScript) -- [Property compatibility table for form widgets](/zh-TW/docs/Learn/Forms/Property_compatibility_table_for_form_widgets) diff --git a/files/zh-tw/learn/getting_started_with_the_web/dealing_with_files/index.md b/files/zh-tw/learn/getting_started_with_the_web/dealing_with_files/index.md index 3cb62ea022656f..f8c9243cf5a733 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/dealing_with_files/index.md +++ b/files/zh-tw/learn/getting_started_with_the_web/dealing_with_files/index.md @@ -78,14 +78,3 @@ slug: Learn/Getting_started_with_the_web/Dealing_with_files ![A file structure in mac os x finder, showing an images folder with an image in, empty scripts and styles folders, and an index.html file](file-structure.png) {{PreviousMenuNext("Learn/Getting_started_with_the_web/What_will_your_website_look_like", "Learn/Getting_started_with_the_web/HTML_basics", "Learn/Getting_started_with_the_web")}} - -## In this module - -- [安裝基本軟體](/zh-TW/Learn/Getting_started_with_the_web/Installing_basic_software) -- [你的網站看起來會是什麼樣子?](/zh-TW/Learn/Getting_started_with_the_web/What_will_your_website_look_like) -- [與各式各樣檔案打交道](/zh-TW/Learn/Getting_started_with_the_web/Dealing_with_files) -- [HTML 基本概念](/zh-TW/Learn/Getting_started_with_the_web/HTML_basics) -- [CSS 基本概念](/zh-TW/Learn/Getting_started_with_the_web/CSS_basics) -- [JavaScript 基本概念](/zh-TW/Learn/Getting_started_with_the_web/JavaScript_basics) -- [將你的網站發佈上線](/zh-TW/Learn/Getting_started_with_the_web/Publishing_your_website) -- [網站的運作方式](/zh-TW/Learn/Getting_started_with_the_web/How_the_Web_works) diff --git a/files/zh-tw/learn/getting_started_with_the_web/how_the_web_works/index.md b/files/zh-tw/learn/getting_started_with_the_web/how_the_web_works/index.md index 157333e70a1d6e..09ce4f1c3fe2ad 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/how_the_web_works/index.md +++ b/files/zh-tw/learn/getting_started_with_the_web/how_the_web_works/index.md @@ -70,14 +70,3 @@ _〈網路如何運作〉將簡單介紹_,當你透過電腦或手機瀏覽器 街頭的照片:[Street composing](https://www.flickr.com/photos/kdigga/9110990882/in/photolist-cXrKFs-c1j6hQ-mKrPUT-oRTUK4-7jSQQq-eT7daG-cZEZrh-5xT9L6-bUnkip-9jAbvr-5hVkHn-pMfobT-dm8JuZ-gjwYYM-pREaSM-822JRW-5hhMf9-9RVQNn-bnDMSZ-pL2z3y-k7FRM4-pzd8Y7-822upY-8bFN4Y-kedD87-pzaATg-nrF8ft-5anP2x-mpVky9-ceKc9W-dG75mD-pY62sp-gZmXVZ-7vVJL9-h7r9AQ-gagPYh-jvo5aM-J32rC-ibP2zY-a4JBcH-ndxM5Y-iFHsde-dtJ15p-8nYRgp-93uCB1-o6N5Bh-nBPUny-dNJ66P-9XWmVP-efXhxJ)、作者是[Kevin D](https://www.flickr.com/photos/kdigga/)。 {{PreviousMenu("Learn/Getting_started_with_the_web/Publishing_your_website", "Learn/Getting_started_with_the_web")}} - -## 在模塊裡面 - -- [安裝基本軟體](/zh-TW/Learn/Getting_started_with_the_web/Installing_basic_software) -- [你的網站看起來會是什麼樣子?](/zh-TW/Learn/Getting_started_with_the_web/What_will_your_website_look_like) -- [與各式各樣檔案打交道](/zh-TW/Learn/Getting_started_with_the_web/Dealing_with_files) -- [HTML 基礎](/zh-TW/Learn/Getting_started_with_the_web/HTML_basics) -- [CSS 基本](/zh-TW/Learn/Getting_started_with_the_web/CSS_basics) -- [JavaScript 基礎](/zh-TW/Learn/Getting_started_with_the_web/JavaScript_basics) -- [將你的網站發佈上線](/zh-TW/Learn/Getting_started_with_the_web/Publishing_your_website) -- [網路如何做動](/zh-TW/Learn/Getting_started_with_the_web/How_the_Web_works) diff --git a/files/zh-tw/learn/getting_started_with_the_web/html_basics/index.md b/files/zh-tw/learn/getting_started_with_the_web/html_basics/index.md index 1a7fed373ef7e1..bfa16ff5a35895 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/html_basics/index.md +++ b/files/zh-tw/learn/getting_started_with_the_web/html_basics/index.md @@ -217,14 +217,3 @@ My cat is very grumpy 這篇文章觸及的是非常基本的 HTML 介紹,若你有興趣想進一步了解,歡迎參考 [HTML Learning page](/zh-TW/Learn/HTML)。 {{PreviousMenuNext("Learn/Getting_started_with_the_web/Dealing_with_files", "Learn/Getting_started_with_the_web/CSS_basics", "Learn/Getting_started_with_the_web")}} - -## In this module - -- [Installing basic software](/zh-TW/Learn/Getting_started_with_the_web/Installing_basic_software) -- [What will your website look like?](/zh-TW/Learn/Getting_started_with_the_web/What_will_your_website_look_like) -- [Dealing with files](/zh-TW/Learn/Getting_started_with_the_web/Dealing_with_files) -- [HTML basics](/zh-TW/Learn/Getting_started_with_the_web/HTML_basics) -- [CSS basics](/zh-TW/Learn/Getting_started_with_the_web/CSS_basics) -- [JavaScript basics](/zh-TW/Learn/Getting_started_with_the_web/JavaScript_basics) -- [Publishing your website](/zh-TW/Learn/Getting_started_with_the_web/Publishing_your_website) -- [How the web works](/zh-TW/Learn/Getting_started_with_the_web/How_the_Web_works) diff --git a/files/zh-tw/learn/getting_started_with_the_web/installing_basic_software/index.md b/files/zh-tw/learn/getting_started_with_the_web/installing_basic_software/index.md index 928bffdca269a2..eb4fb51b279c26 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/installing_basic_software/index.md +++ b/files/zh-tw/learn/getting_started_with_the_web/installing_basic_software/index.md @@ -46,14 +46,3 @@ slug: Learn/Getting_started_with_the_web/Installing_basic_software 有些例子需要使用伺服器軟體。你可以在 [How do you set up a local testing server?](/zh-TW/docs/Learn/Common_questions/set_up_a_local_testing_server) 找到作法。 {{NextMenu("Learn/Getting_started_with_the_web/What_will_your_website_look_like", "Learn/Getting_started_with_the_web")}} - -## 於本模塊 - -- [安裝基本軟體](/zh-TW/Learn/Getting_started_with_the_web/Installing_basic_software) -- [你的網站看起來會是什麼樣子?](/zh-TW/Learn/Getting_started_with_the_web/What_will_your_website_look_like) -- [與各式各樣檔案打交道](/zh-TW/Learn/Getting_started_with_the_web/Dealing_with_files) -- [HTML 基本概念](/zh-TW/Learn/Getting_started_with_the_web/HTML_basics) -- [CSS 基本概念](/zh-TW/Learn/Getting_started_with_the_web/CSS_basics) -- [JavaScript 基本概念](/zh-TW/Learn/Getting_started_with_the_web/JavaScript_basics) -- [將你的網站發佈上線](/zh-TW/Learn/Getting_started_with_the_web/Publishing_your_website) -- [網站的運作方式](/zh-TW/Learn/Getting_started_with_the_web/How_the_Web_works) diff --git a/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.md b/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.md index 4f63c2d62f41e1..7fa4e0bf60628d 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.md +++ b/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.md @@ -466,14 +466,3 @@ function setUserName() { - : An excellent resource for aspiring web developers — Learn JavaScript in an interactive environment, with short lessons and interactive tests, guided by automated assessment. The first 40 lessons are free, and the complete course is available for a small one-time payment. {{PreviousMenuNext("Learn/Getting_started_with_the_web/CSS_basics", "Learn/Getting_started_with_the_web/Publishing_your_website", "Learn/Getting_started_with_the_web")}} - -## In this module - -- [Installing basic software](/zh-TW/Learn/Getting_started_with_the_web/Installing_basic_software) -- [What will your website look like?](/zh-TW/Learn/Getting_started_with_the_web/What_will_your_website_look_like) -- [Dealing with files](/zh-TW/Learn/Getting_started_with_the_web/Dealing_with_files) -- [HTML basics](/zh-TW/Learn/Getting_started_with_the_web/HTML_basics) -- [CSS basics](/zh-TW/Learn/Getting_started_with_the_web/CSS_basics) -- [JavaScript basics](/zh-TW/Learn/Getting_started_with_the_web/JavaScript_basics) -- [Publishing your website](/zh-TW/Learn/Getting_started_with_the_web/Publishing_your_website) -- [How the web works](/zh-TW/Learn/Getting_started_with_the_web/How_the_Web_works) diff --git a/files/zh-tw/learn/getting_started_with_the_web/publishing_your_website/index.md b/files/zh-tw/learn/getting_started_with_the_web/publishing_your_website/index.md index 9203b49f05e176..124451d5308c3a 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/publishing_your_website/index.md +++ b/files/zh-tw/learn/getting_started_with_the_web/publishing_your_website/index.md @@ -80,14 +80,3 @@ slug: Learn/Getting_started_with_the_web/Publishing_your_website - [Cheap or Free Static Website Hosting](http://alignedleft.com/resources/cheap-web-hosting) by Scott Murray has some useful ideas on available services. {{PreviousMenuNext("Learn/Getting_started_with_the_web/JavaScript_basics", "Learn/Getting_started_with_the_web/How_the_Web_works", "Learn/Getting_started_with_the_web")}} - -## 在本模組內 - -- [安裝基本軟體](/zh-TW/Learn/Getting_started_with_the_web/Installing_basic_software) -- [你的網站看起來會是什麼樣子?](/zh-TW/Learn/Getting_started_with_the_web/What_will_your_website_look_like) -- [與各式各樣檔案打交道](/zh-TW/Learn/Getting_started_with_the_web/Dealing_with_files) -- [HTML 基礎](/zh-TW/Learn/Getting_started_with_the_web/HTML_basics) -- [CSS 基本](/zh-TW/Learn/Getting_started_with_the_web/CSS_basics) -- [JavaScript 基礎](/zh-TW/Learn/Getting_started_with_the_web/JavaScript_basics) -- [將你的網站發佈上線](/zh-TW/Learn/Getting_started_with_the_web/Publishing_your_website) -- [網路的運作方式](/zh-TW/Learn/Getting_started_with_the_web/How_the_Web_works) diff --git a/files/zh-tw/learn/getting_started_with_the_web/what_will_your_website_look_like/index.md b/files/zh-tw/learn/getting_started_with_the_web/what_will_your_website_look_like/index.md index 163c38969fa107..141b6cf4889a6c 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/what_will_your_website_look_like/index.md +++ b/files/zh-tw/learn/getting_started_with_the_web/what_will_your_website_look_like/index.md @@ -67,14 +67,3 @@ slug: Learn/Getting_started_with_the_web/What_will_your_website_look_like 4. 進入下一頁,捲動到區塊 3 與區塊 4,將 Google 顯示的程式碼複製到你的文字編輯器中,儲存以待稍後利用。 {{PreviousMenuNext("Learn/Getting_started_with_the_web/Installing_basic_software", "Learn/Getting_started_with_the_web/Dealing_with_files", "Learn/Getting_started_with_the_web")}} - -## In this module - -- [安裝基本軟體](/zh-TW/Learn/Getting_started_with_the_web/Installing_basic_software) -- [你的網站看起來會是什麼樣子?](/zh-TW/Learn/Getting_started_with_the_web/What_will_your_website_look_like) -- [與各式各樣檔案打交道](/zh-TW/Learn/Getting_started_with_the_web/Dealing_with_files) -- [HTML 基本概念](/zh-TW/Learn/Getting_started_with_the_web/HTML_basics) -- [CSS 基本概念](/zh-TW/Learn/Getting_started_with_the_web/CSS_basics) -- [JavaScript 基本概念](/zh-TW/Learn/Getting_started_with_the_web/JavaScript_basics) -- [將你的網站發佈上線](/zh-TW/Learn/Getting_started_with_the_web/Publishing_your_website) -- [網站的運作方式](/zh-TW/Learn/Getting_started_with_the_web/How_the_Web_works) diff --git a/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.md b/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.md index 73da8497aa27fd..f2c423098e8b4c 100644 --- a/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.md +++ b/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.md @@ -310,15 +310,3 @@ URL 利用路徑來找到檔案,而路徑會指出你所感興趣的檔案位 總而言之,以上就是超連結的介紹了! 稍後你在後續的課程中學到如何位連結增添樣式時,還會再碰到它們。HTML 的下一章,我們將繼續討論文字語義(text semantics),並看一些進階/不常見的特性,相信你會獲益良多的 — 下一站是:進階文字格式化技巧! {{PreviousMenuNext("Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals", "Learn/HTML/Introduction_to_HTML/Advanced_text_formatting", "Learn/HTML/Introduction_to_HTML")}} - -## 在本主題中的內容 - -- [Getting started with HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Getting_started) -- [What’s in the head? Metadata in HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML) -- [HTML text fundamentals](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals) -- [Creating hyperlinks](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks) -- [Advanced text formatting](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting) -- [Document and website structure](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure) -- [Debugging HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML) -- [Marking up a letter](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter) -- [Structuring a page of content](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content) diff --git a/files/zh-tw/learn/html/introduction_to_html/document_and_website_structure/index.md b/files/zh-tw/learn/html/introduction_to_html/document_and_website_structure/index.md index 5b850eadcad72d..13ae954d5a200e 100644 --- a/files/zh-tw/learn/html/introduction_to_html/document_and_website_structure/index.md +++ b/files/zh-tw/learn/html/introduction_to_html/document_and_website_structure/index.md @@ -272,15 +272,3 @@ At this point you should have a better idea about how to structure a web page/si - [Using HTML sections and outlines](/zh-TW/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines): Advanced guide to HTML5 semantic elements and the HTML5 outline algorithm. {{PreviousMenuNext("Learn/HTML/Introduction_to_HTML/Advanced_text_formatting", "Learn/HTML/Introduction_to_HTML/Debugging_HTML", "Learn/HTML/Introduction_to_HTML")}} - -## In this module - -- [Getting started with HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Getting_started) -- [What’s in the head? Metadata in HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML) -- [HTML text fundamentals](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals) -- [Creating hyperlinks](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks) -- [Advanced text formatting](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting) -- [Document and website structure](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure) -- [Debugging HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML) -- [Marking up a letter](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter) -- [Structuring a page of content](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content) diff --git a/files/zh-tw/learn/html/introduction_to_html/getting_started/index.md b/files/zh-tw/learn/html/introduction_to_html/getting_started/index.md index 9af9983eca02ef..27ee50676bc4ec 100644 --- a/files/zh-tw/learn/html/introduction_to_html/getting_started/index.md +++ b/files/zh-tw/learn/html/introduction_to_html/getting_started/index.md @@ -596,15 +596,3 @@ HTML 就像大部分的程式語言,提供了一種能讓我們可以在原始 - [用 CSS 為 HTML 元素修改顏色](/zh-TW/docs/Web/HTML/Applying_color) {{NextMenu("Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML", "Learn/HTML/Introduction_to_HTML")}} - -## 在本主題中的內容 - -- [HTML 入門](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Getting_started) -- [標頭裡是什麼?HTML 中的後設資料(metadata)](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML) -- [HTML 文字基礎概念](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals) -- [建立超連結](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks) -- [進階文字格式](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting) -- [文件與網站架構](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure) -- [HTML 除錯](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML) -- [設個字母](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter) -- [架構出具備內容的網頁](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content) diff --git a/files/zh-tw/learn/html/introduction_to_html/html_text_fundamentals/index.md b/files/zh-tw/learn/html/introduction_to_html/html_text_fundamentals/index.md index 1e536cd3302282..282fb7a3816997 100644 --- a/files/zh-tw/learn/html/introduction_to_html/html_text_fundamentals/index.md +++ b/files/zh-tw/learn/html/introduction_to_html/html_text_fundamentals/index.md @@ -978,15 +978,3 @@ Here's the best rule of thumb: it's likely appropriate to use ``, ``, or ` That's it for now! This article should have given you a good idea of how to start marking up text in HTML, and introduced you to some of the most important elements in this area. There are a lot more semantic elements to cover in this area, and we'll look at a lot more in our 'More Semantic Elements' article, later on in the course. In the next article, we'll be looking in detail at how to [create hyperlinks](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks), possibly the most important element on the Web. {{PreviousMenuNext("Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML", "Learn/HTML/Introduction_to_HTML/Creating_hyperlinks", "Learn/HTML/Introduction_to_HTML")}} - -## In this module - -- [Getting started with HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Getting_started) -- [What’s in the head? Metadata in HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML) -- [HTML text fundamentals](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals) -- [Creating hyperlinks](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks) -- [Advanced text formatting](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting) -- [Document and website structure](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Document_and_website_structure) -- [Debugging HTML](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Debugging_HTML) -- [Marking up a letter](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Marking_up_a_letter) -- [Structuring a page of content](/zh-TW/docs/Learn/HTML/Introduction_to_HTML/Structuring_a_page_of_content) diff --git a/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.md b/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.md index f723f781402857..75eea7bd4cb758 100644 --- a/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.md +++ b/files/zh-tw/learn/html/multimedia_and_embedding/images_in_html/index.md @@ -490,12 +490,3 @@ p { 目前就是這樣啦。 我們已經詳細介紹了圖片和標題說明。 在下一篇文章中我們將進一步介紹,如何使用 HTML 將視頻和音頻嵌入在網頁中。 {{NextMenu("Learn/HTML/Multimedia_and_embedding/Video_and_audio_content", "Learn/HTML/Multimedia_and_embedding")}} - -## 在這個主題中 - -- [Images in HTML](/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML) -- [Video and audio content](/zh-TW/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content) -- [From \ to \