以下連結會給出 HTML 常見待解問題的方法
基本結構
HTML 文件的最基本結構應用。如果你是 HTML 新手,就先從這裡開始看。
基本文字語法
HTML 專攻於為文件提供語義資訊,因此 HTML 可以提供使用者更精準的文件資訊傳達方式。
超連結
超連結把 HTML 導覽變得相當容易,它可以這麼用:
圖片與多媒體
- How to add images to a webpage
- How to add video content to a webpage
- How to add audio content to a webpage
腳本與樣式
HTML 只建立文件的基礎架構,可以透過 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:
- How to create a data spreadsheet
- How to make HTML tables accessible
- How to optimize HTML table rendering
資料表示方式
- How to represent numeric values with HTML
- How to use data attributes
- How to associate human readable content with arbitrary computer data structures
互動性
進階文字語法
進階圖片 & 多媒體
- How to add responsive image to a webpage
- How to add vector image to a webpage
- How to 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
- How to handle Japanese ruby characters
- How to display time and date with HTML
效能