diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/web/mathml/examples/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/web/mathml/examples/index.html')
-rw-r--r-- | files/ja/web/mathml/examples/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/web/mathml/examples/index.html b/files/ja/web/mathml/examples/index.html new file mode 100644 index 0000000000..04e8d8063c --- /dev/null +++ b/files/ja/web/mathml/examples/index.html @@ -0,0 +1,19 @@ +--- +title: Examples +slug: Web/MathML/Examples +tags: + - Beginner + - MathML + - NeedsBeginnerUpdate +translation_of: Web/MathML/Examples +--- +<p>以下のリンクでは、複雑な数学の概念を Web で表示するための MathML の使い方を理解する手助けとなるいくつかの例があります。</p> + +<dl> + <dt><a href="/ja/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem">ピタゴラスの定理</a></dt> + <dd>ピタゴラスの定理の証明を表示する簡単な例</dd> + <dt><a href="/ja/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula">二次方程式の解の公式の導出</a></dt> + <dd>二次方程式の解の導出の概要</dd> + <dt><a href="/ja/docs/Mozilla/MathML_Project/MathML_Torture_Test">MathML 耐久テスト</a></dt> + <dd>大量のテストマークアップ</dd> +</dl> |