diff options
author | A1lo <yin199909@aliyun.com> | 2022-03-19 03:51:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 03:51:33 +0800 |
commit | efad3dbdb62d1977c01b953a076bf699100b77e9 (patch) | |
tree | 1d6821621c5b23c66edf0be9771b23f9312171d3 /files/zh-tw/learn/html | |
parent | 2d67ce927bfd98fe4cd02d11c950b960945638b5 (diff) | |
download | translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.gz translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.tar.bz2 translated-content-efad3dbdb62d1977c01b953a076bf699100b77e9.zip |
replace all `anch` marco in `zh-TW` (#4708)
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
* fix: resolve some incorrect anchors
Diffstat (limited to 'files/zh-tw/learn/html')
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.html b/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.html index 059cfa427c..fcab5b97a1 100644 --- a/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.html +++ b/files/zh-tw/learn/html/introduction_to_html/creating_hyperlinks/index.html @@ -36,7 +36,7 @@ translation_of: Learn/HTML/Introduction_to_HTML/Creating_hyperlinks <h2 id="解析連結">解析連結</h2> -<p>一個基本的連結由 {{htmlelement("a")}} 元素包裹一段文字而成(當然也不一定要是文字,見下方的{{anch("區塊級連結")}}),同時,你需要將網路位址填入 {{htmlattrxref("href", "a")}} 屬性中,這個屬性有時也被叫做<strong>超文字參考(Hypertext Reference)</strong>或<strong>目標(target)</strong>。</p> +<p>一個基本的連結由 {{htmlelement("a")}} 元素包裹一段文字而成(當然也不一定要是文字,見下方的<a href="#區塊級連結block-level_links">區塊級連結</a>),同時,你需要將網路位址填入 {{htmlattrxref("href", "a")}} 屬性中,這個屬性有時也被叫做<strong>超文字參考(Hypertext Reference)</strong>或<strong>目標(target)</strong>。</p> <pre class="brush: html"><p>I'm creating a link to <a href="https://www.mozilla.org/en-US/">the Mozilla homepage</a>. diff --git a/files/zh-tw/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.html b/files/zh-tw/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.html index 6bb05fb46e..8bbba6fc07 100644 --- a/files/zh-tw/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.html +++ b/files/zh-tw/learn/html/multimedia_and_embedding/video_and_audio_content/test_your_skills_colon__multimedia_and_embedding/index.html @@ -21,7 +21,7 @@ translation_of: >- <div class="blockIndicator note"> <p><strong>Note</strong>: 您可以在下面的交互式編輯器中嘗試解決方案,但是下載代碼並使用在線工具如 <a href="https://codepen.io/">CodePen</a>, <a href="https://jsfiddle.net/">jsFiddle</a>, or <a href="https://glitch.com/">Glitch</a> 去完成測試。<br> <br> - 如果您遇到困難,請向我們尋求幫助-請參閱 {{anch("Assessment or further help")}} 此頁面底部的部分。</p> + 如果您遇到困難,請向我們尋求幫助-請參閱 <a href="#評估或進一步幫助">評估或進一步幫助</a> 此頁面底部的部分。</p> </div> <h2 id="多媒體和嵌入1">多媒體和嵌入1</h2> |