diff options
Diffstat (limited to 'files/zh-tw/web/html/element/input/index.html')
-rw-r--r-- | files/zh-tw/web/html/element/input/index.html | 4 |
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 <input> types")}} for the individual types, with links to more information about each.</dd> + <dd>The type of control to render. See <a href="#form_<input>_types">Form <input> 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><input></code> element usage on the pages covering each individual type — see {{anch("Form <input> 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><input></code> element usage on the pages covering each individual type — see <a href="#form_<input>_types">Form <input> types</a>, and also see the <a href="#live_example">Live example</a> at the top of the article.</p> <ul> </ul> |