aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/html/element/input/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/html/element/input/index.html')
-rw-r--r--files/zh-tw/web/html/element/input/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/html/element/input/index.html b/files/zh-tw/web/html/element/input/index.html
index f2222daca6..656db29b9f 100644
--- a/files/zh-tw/web/html/element/input/index.html
+++ b/files/zh-tw/web/html/element/input/index.html
@@ -116,7 +116,7 @@ translation_of: Web/HTML/Element/input
<dl>
<dt>{{htmlattrdef("type")}}</dt>
- <dd>The type of control to render. See {{anch("Form &lt;input&gt; types")}} for the individual types, with links to more information about each.</dd>
+ <dd>The type of control to render. See <a href="#form_&lt;input>_types">Form &lt;input&gt; types</a> for the individual types, with links to more information about each.</dd>
<dt>{{htmlattrdef("accept")}}</dt>
<dd>If the value of the <strong>type</strong> attribute is <code>file</code>, then this attribute will indicate the types of files that the server accepts, otherwise it will be ignored. The value must be a comma-separated list of unique content type specifiers:
<ul>
@@ -342,7 +342,7 @@ translation_of: Web/HTML/Element/input
<h2 id="Examples">Examples</h2>
-<p>You can find multiple examples of <code>&lt;input&gt;</code> element usage on the pages covering each individual type — see {{anch("Form &lt;input&gt; types")}}, and also see the <a href="#live_example">Live example</a> at the top of the article.</p>
+<p>You can find multiple examples of <code>&lt;input&gt;</code> element usage on the pages covering each individual type — see <a href="#form_&lt;input>_types">Form &lt;input&gt; types</a>, and also see the <a href="#live_example">Live example</a> at the top of the article.</p>
<ul>
</ul>