gpt4 book ai didi

html - 如何在 HTML 中使用 MathML

转载 作者:行者123 更新时间:2023-11-28 04:47:10 25 4
gpt4 key购买 nike

我正在尝试在网页上显示数学公式。但是当我编写如下 html 代码时

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Binomial Theorem</title>
</head>
<body>
<p>Binomial Theorem:</p>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msup>
<mfenced>
<mrow>
<mi>a</mi>
<mo>+</mo>
<mi>b</mi>
</mrow>
</mfenced>
<mn>2</mn>
</msup>
<mo>=</mo>
<msup>
<mrow>
<mi>a</mi>
</mrow>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mrow>
<mi>b</mi>
</mrow>
<mn>2</mn>
</msup>
<mo>+</mo>
<mrow>
<mn>2</mn>
<mi>a</mi>
<mi>b</mi>
</mrow>
</mrow>
</math>
</body>
</html>

结果就是

二项式定理:

a + b 2 = a 2 + b 2 + 2 a b

它不像公式

帮助我在 HTML 中使用 MathML谢谢,

最佳答案

并非所有流行的用户代理都支持 MathML。例如,Firefox 3.5 或更高版本支持它:

The MathML snippet rendered by Firefox 3.5

关于html - 如何在 HTML 中使用 MathML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41821059/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com