--- title: 使用HTML解決日常問題 slug: Learn/HTML/Howto translation_of: Learn/HTML/Howto ---
以下連結會給出 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.