@ -167,20 +167,32 @@ used to denote HTML entities. If you want to use them as literal
@@ -167,20 +167,32 @@ used to denote HTML entities. If you want to use them as literal
characters, you must escape them as entities, e.g. `<`, and
`&`.
在 HTML 文件中,有兩個字元需要特殊處理: `<` 和 `&` 。 `<` 符號用於起始
標籤,`&` 符號則用於標記 HTML 實體,如果你只是想要使用這些符號,你必須要
使用實體的形式,像是 `<` 和 `&`。
Ampersands in particular are bedeviling for web writers. If you want to
write about 'AT&T', you need to write '`AT&T`'. You even need to
escape ampersands within URLs. Thus, if you want to link to: