Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(zh-tw): remove In this module section #11675

Merged
merged 1 commit into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions files/zh-tw/learn/accessibility/mobile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 0 additions & 10 deletions files/zh-tw/learn/accessibility/wai-aria_basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 0 additions & 10 deletions files/zh-tw/learn/accessibility/what_is_accessibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 0 additions & 8 deletions files/zh-tw/learn/css/first_steps/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 0 additions & 8 deletions files/zh-tw/learn/css/first_steps/how_css_works/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 0 additions & 8 deletions files/zh-tw/learn/css/first_steps/what_is_css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
19 changes: 0 additions & 19 deletions files/zh-tw/learn/forms/how_to_structure_a_web_form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading