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

convert to markdown for learn/html zh-TW #7121

Merged
merged 3 commits into from
Jul 26, 2022
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
150 changes: 0 additions & 150 deletions files/zh-tw/learn/html/howto/index.html

This file was deleted.

108 changes: 108 additions & 0 deletions files/zh-tw/learn/html/howto/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
---
title: 使用HTML解決日常問題
slug: Learn/HTML/Howto
translation_of: Learn/HTML/Howto
---
{{LearnSidebar}}

以下連結會給出 HTML 常見待解問題的方法

### 基本結構

HTML 文件的最基本結構應用。如果你是 HTML 新手,就先從這裡開始看。

- [如何建立基本 HTML 文件](/zh-TW/Learn/HTML/Introduction_to_HTML/Getting_started#Anatomy_of_an_HTML_document)
- [如何有邏輯地分割網頁](/zh-TW/docs/Learn/HTML/Howto/Divide_a_webpage_into_logical_sections)
- [如何建立良好的標題段落結構](/zh-TW/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals#The_basics_headings_and_paragraphs)

### 基本文字語法

HTML 專攻於為文件提供語義資訊,因此 HTML 可以提供使用者更精準的文件資訊傳達方式。

- [如何建立清單](/en-US/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals#Lists)
- [如何強調文件的內容](/en-US/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals#Emphasis_and_importance)
- [如何表示出一段文字的重要性](/en-US/Learn/HTML/Introduction_to_HTML/HTML_text_fundamentals#Emphasis_and_importance)
- [如何顯示程式碼](/en-US/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting#Representing_computer_code)
- [如何為圖片加入註記](/en-US/Learn/HTML/Multimedia_and_embedding/Images_in_HTML#Annotating_images_with_figures_and_figure_captions)
- [如何標示並註記縮寫](/en-US/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting#Abbreviations)
- [如何在網頁中加入引用](/en-US/Learn/HTML/Introduction_to_HTML/Advanced_text_formatting#Quotations)
- [如何加入詞語的定義](/en-US/docs/Learn/HTML/Howto/Define_terms_with_HTML)

### 超連結

{{Glossary("hyperlink", "超連結")}}把 HTML 導覽變得相當容易,它可以這麼用:

- [如何建立超連結](/zh-TW/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks)
- [How to create a table of contents with HTML](/zh-TW/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks#Active_learning_creating_a_navigation_menu)

### 圖片與多媒體

- [How to add images to a webpage](/en-US/Learn/HTML/Multimedia_and_embedding/Images_in_HTML#How_do_we_put_an_image_on_a_webpage)
- [How to add video content to a webpage](/en-US/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content)
- [How to add audio content to a webpage](/en-US/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content)

### 腳本與樣式

HTML 只建立文件的基礎架構,可以透過 {{glossary("CSS")}} 或腳本使內容呈現更具互動性。

- [如何在網頁中使用 CSS](/en-US/Learn/CSS/Introduction_to_CSS/How_CSS_works#How_to_apply_your_CSS_to_your_HTML)
- [如何在網頁中使用 JavaScript](/en-US/docs/Learn/HTML/Howto/Use_JavaScript_within_a_webpage)

### 嵌入內容

- [How to embed a webpage within another webpage](/en-US/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies)
- [How to add Flash content within a webpage](/en-US/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies#The_%3Cembed%3E_and_%3Cobject%3E_elements)

## 不常見或進階的問題

除了上述的基本功能外,HTML 還提供許多進階功能讓使用者解決較複雜的問題。這些文章可以幫助你處理一些較不常見的情況:

### 表單

Forms are a complex HTML structure made to send data from a webpage to a web server. We encourage you to go over our [full dedicated guide](/en-US/docs/Web/Guide/HTML/Forms). Here is where you should start:

- [How to create a simple Web form](/en-US/docs/Web/Guide/HTML/Forms/My_first_HTML_form)
- [How to structure a Web form](/en-US/docs/Web/Guide/HTML/Forms/How_to_structure_an_HTML_form)

### 表格訊息

Some information, called tabular data, needs to be organized into tables with columns and rows. It's one of the most complex HTML structures, and mastering it is not easy:

- [How to create a data spreadsheet](/en-US/docs/Learn/HTML/Howto/Create_a_data_spreadsheet)
- [How to make HTML tables accessible](/en-US/docs/Learn/HTML/Howto/Make_HTML_tables_accessible)
- [How to optimize HTML table rendering](/en-US/docs/Learn/HTML/Howto/Optimize_HTML_table_rendering)

### 資料表示方式

- [How to represent numeric values with HTML](/en-US/docs/Learn/HTMLHowto/Represent_numeric_values_with_HTML)
- [How to use data attributes](/en-US/docs/Learn/HTML/Howto/Use_data_attributes)
- [How to associate human readable content with arbitrary computer data structures](/en-US/docs/Learn/HTML/Howto/Associate_human_readable_content_with_arbitrary_computer_data_structures)

### 互動性

- [How to create collapsible content with HTML](/en-US/docs/Learn/HTML/Howto/Create_collapsible_content_with_HTML)
- [How to add context menus to a webpage](/en-US/docs/Learn/HTML/Howto/Add_context_menus_to_a_webpage)
- [How to create dialog boxes with HTML](/en-US/docs/Learn/HTML/Howto/Create_dialog_boxes_with_HTML)

### 進階文字語法

- [How to take control of HTML line breaking](/en-US/docs/Learn/HTML/Howto/Take_control_of_HTML_line_breaking)
- [How to mark changes (added and removed text)](/en-US/docs/Learn/HTML/Howto/Mark_text_insertion_and_deletion)

### 進階圖片 & 多媒體

- [How to add responsive image to a webpage](/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images)
- [How to add vector image to a webpage](/en-US/docs/Learn/HTML/Multimedia_and_embedding/Adding_vector_graphics_to_the_Web)
- [How to add a hit map on top of an image](/en-US/docs/Learn/HTML/Howto/Add_a_hit_map_on_top_of_an_image)

### 國際化

HTML is not monolingual. It provides tools to handle common internationalization issues.

- [How to add multiple languages into a single webpage](/en-US/docs/Learn/HTML/Howto/Add_multiple_languages_into_a_single_webpage)
- [How to handle Japanese ruby characters](/en-US/docs/Learn/HTML/Howto/Handle_Japanese_ruby_characters)
- [How to display time and date with HTML](/en-US/docs/Learn/HTML/Howto/Display_time_and_date_with_HTML)

### 效能

- [How to author fast-loading HTML pages](/en-US/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages)
61 changes: 0 additions & 61 deletions files/zh-tw/learn/html/index.html

This file was deleted.

Loading