@ -164,15 +164,24 @@ used to denote HTML entities. If you want to use them as literal
@@ -164,15 +164,24 @@ used to denote HTML entities. If you want to use them as literal
characters, you must escape them as entities, e.g. <code>&lt;</code>, and
<code>&amp;</code>.</p>
<p>在 HTML 文件中,有兩個字元需要特殊處理: <code><</code> 和 <code>&</code> 。 <code><</code> 符號用於起始
標籤,<code>&</code> 符號則用於標記 HTML 實體,如果你只是想要使用這些符號,你必須要
@ -180,6 +189,9 @@ escape ampersands within URLs. Thus, if you want to link to:</p>
@@ -180,6 +189,9 @@ escape ampersands within URLs. Thus, if you want to link to:</p>
forget, and is probably the single most common source of HTML validation
@ -175,15 +175,24 @@ used to denote HTML entities. If you want to use them as literal
@@ -175,15 +175,24 @@ used to denote HTML entities. If you want to use them as literal
characters, you must escape them as entities, e.g. <code>&lt;</code>, and
<code>&amp;</code>.</p>
<p>在 HTML 文件中,有兩個字元需要特殊處理: <code><</code> 和 <code>&</code> 。 <code><</code> 符號用於起始
標籤,<code>&</code> 符號則用於標記 HTML 實體,如果你只是想要使用這些符號,你必須要
@ -191,6 +200,9 @@ escape ampersands within URLs. Thus, if you want to link to:</p>
@@ -191,6 +200,9 @@ escape ampersands within URLs. Thus, if you want to link to:</p>
forget, and is probably the single most common source of HTML validation