--- title: 使用HTML解決日常問題 slug: Learn/HTML/Howto translation_of: Learn/HTML/Howto ---
{{LearnSidebar}}

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

基本結構

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

基本文字語法

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

超連結

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

圖片與多媒體

腳本與樣式

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

嵌入內容

不常見或進階的問題

除了上述的基本功能外,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. Here is where you should start:

表格訊息

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:

資料表示方式

互動性

進階文字語法

進階圖片 & 多媒體

國際化

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

效能