aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-12 09:13:32 -0400
committerGitHub <noreply@github.com>2021-07-12 09:13:32 -0400
commit44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb (patch)
treeaccb0418a65b841ab871522054483cc548b7b511 /files/zh-tw
parent2b08112680cfc4d3ce0a0a55bb9df975c8b577c8 (diff)
downloadtranslated-content-44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb.tar.gz
translated-content-44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb.tar.bz2
translated-content-44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb.zip
labeler (#1468)
* labeler * avoid yaml syntaxerror * fixing some image references * some zh-tw file attachments * all l10n labels * pull_request_target * 'system' label
Diffstat (limited to 'files/zh-tw')
-rw-r--r--files/zh-tw/learn/html/tables/basics/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-tw/learn/html/tables/basics/index.html b/files/zh-tw/learn/html/tables/basics/index.html
index 2d82ef2ea2..73b80e5d14 100644
--- a/files/zh-tw/learn/html/tables/basics/index.html
+++ b/files/zh-tw/learn/html/tables/basics/index.html
@@ -29,13 +29,13 @@ original_slug: Learn/HTML/Tables/基礎
<p>表格是一個由列和欄組成的結構化資料(tabular data)。表格能幫助你快速查看不同資料類型間的關聯值。例如人和年紀、一周當中的某天或是地方游泳池的時間表。</p>
-<p><img alt="A sample table showing names and ages of some people - Chris 38, Dennis 45, Sarah 29, Karen 47." src="https://mdn.mozillademos.org/files/14583/numbers-table.png" style="display: block; height: 156px; margin: 0px auto; width: 350px;"></p>
+<p><img alt="A sample table showing names and ages of some people - Chris 38, Dennis 45, Sarah 29, Karen 47." src="numbers-table.png" style="display: block; margin: 0px auto;"></p>
-<p><img alt="A swimming timetable showing a sample data table" src="https://mdn.mozillademos.org/files/14587/swimming-timetable.png" style="display: block; height: 301px; margin: 0px auto; width: 794px;"></p>
+<p><img alt="A swimming timetable showing a sample data table" src="swimming-timetable.png" style="display: block; margin: 0px auto;"></p>
<p>表格在人類社會當中被廣泛使用且已經有很久的歷史,如下是美國1800年的人口普查紀錄表格。</p>
-<p><img alt="A very old parchment document; the data is not easily readable, but it clearly shows a data table being used." src="https://mdn.mozillademos.org/files/14585/1800-census.jpg" style="display: block; height: 505px; margin: 0px auto; width: 800px;"></p>
+<p><img alt="A very old parchment document; the data is not easily readable, but it clearly shows a data table being used." src="1800-census.jpg" style="display: block; margin: 0px auto;"></p>
<p>這也難怪HTML的開創者要提供一個在網路建立和呈現表格化資料的方法。</p>