diff options
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> |