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/zh-cn/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/zh-cn/web/mathml/examples/index.html')
-rw-r--r-- | files/zh-cn/web/mathml/examples/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/zh-cn/web/mathml/examples/index.html b/files/zh-cn/web/mathml/examples/index.html new file mode 100644 index 0000000000..87d264643d --- /dev/null +++ b/files/zh-cn/web/mathml/examples/index.html @@ -0,0 +1,22 @@ +--- +title: 举个例子 +slug: Web/MathML/Examples +tags: + - MathML + - 例子 + - 初学者 + - 指南 +translation_of: Web/MathML/Examples +--- +<div>{{MathMLRef}}</div> + +<p>您可以在下面找到一些可以参考的例子,以帮助您了解如何使用 MathML 在 Web 内容中显示越来越复杂的数学概念。</p> + +<dl> + <dt><a href="/zh-CN/docs/Web/MathML/Examples/MathML_Pythagorean_Theorem">勾股定理</a></dt> + <dd>展示一个勾股定理的证明的小例子。</dd> + <dt><a href="/zh-CN/docs/Web/MathML/Examples/Deriving_the_Quadratic_Formula">推导二次方程式</a></dt> + <dd>简述二次方程式的推导过程。</dd> + <dt><a href="/zh-CN/docs/Mozilla/MathML_Project/MathML_Torture_Test">MathML 极限测试</a></dt> + <dd>渲染大量数据的测试。</dd> +</dl> |