diff options
| author | t7yang <t7yang@gmail.com> | 2021-07-17 15:47:55 +0800 |
|---|---|---|
| committer | Irvin <irvinfly@gmail.com> | 2021-07-19 23:04:27 +0800 |
| commit | 8af4d5e8a260f3474b4273d573532ec6fec08ab4 (patch) | |
| tree | 2af9751507e1f973e5ddbd075d32e571df1c7658 /files/zh-tw/learn/getting_started_with_the_web | |
| parent | 253bf68f4a0bb343bb556c9ba54c7f9410471e08 (diff) | |
| download | translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.gz translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.bz2 translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.zip | |
replace wiki links in zh-TW
Diffstat (limited to 'files/zh-tw/learn/getting_started_with_the_web')
| -rw-r--r-- | files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html | 2 | ||||
| -rw-r--r-- | files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html b/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html index 25890fc92b..567d44eef3 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html +++ b/files/zh-tw/learn/getting_started_with_the_web/css_basics/index.html @@ -131,7 +131,7 @@ translation_of: Learn/Getting_started_with_the_web/CSS_basics <p>現在我們已經瀏覽過一些CCS的基礎,接下來我們開始增加更多的規則和資訊到我們的style.css檔案,讓我們範例中的字型和文字看起來更好.</p> <ol> - <li>第一步, 我們回到 <a href="https://wiki.developer.mozilla.org/zh-TW/docs/Learn/Getting_started_with_the_web/What_will_your_website_look_like">output from Google Fonts</a> 找到你存的字體。 加上 <code><link ... ></code> 這個元素在你的 <code>index.html</code>文件裡的head中(在 <code><head></code> 跟 <code></head></code> 任何位置中)。<br> + <li>第一步, 我們回到 <a href="/zh-TW/docs/Learn/Getting_started_with_the_web/What_will_your_website_look_like">output from Google Fonts</a> 找到你存的字體。 加上 <code><link ... ></code> 這個元素在你的 <code>index.html</code>文件裡的head中(在 <code><head></code> 跟 <code></head></code> 任何位置中)。<br> 這一段code將頁面連結到樣式表,將Open Sans字體系列與網頁一起下載,並讓你在HTML元素上使用自己的樣式表進行設置。 它看起來會像: <pre class="brush: html notranslate"><link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'></pre> </li> diff --git a/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html b/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html index e4c01763c9..6b814226a4 100644 --- a/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html +++ b/files/zh-tw/learn/getting_started_with_the_web/javascript_basics/index.html @@ -418,7 +418,7 @@ var myHeading = document.querySelector('h1');</pre> <h2 id="See_also">See also</h2> <dl> - <dt><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/JavaScript">JavaScript — Dynamic client-side scripting</a></dt> + <dt><a href="/zh-TW/docs/Learn/JavaScript">JavaScript — Dynamic client-side scripting</a></dt> <dd>Our JavaScript learning topic — dive into JavaScript in much more detail.</dd> <dt><a href="https://learnjavascript.online/">Learn JavaScript</a></dt> <dd>An excellent resource for aspiring web developers — Learn JavaScript in an interactive environment, with short lessons and interactive tests, guided by automated assessment. The first 40 lessons are free, and the complete course is available for a small one-time payment.</dd> |
