-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmathml-v1.2.html
More file actions
46 lines (44 loc) · 1.4 KB
/
Copy pathmathml-v1.2.html
File metadata and controls
46 lines (44 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html dir="rtl" lang="ar">
<head>
<title>صيغة رياضية</title>
</head>
<body>
<math display="block" displaystyle="true" mathvariant="normal" mathcolor="blue" mathbackground="transparent">
<semantics intent="متوسط($a,$b)">
<mrow>
<mi arg="a">أ</mi>
<mo form="infix" stretchy="false">+</mo>
<mi arg="b">ب</mi>
<mo>=</mo>
<mfrac linethickness="2px" numalign="left" denomalign="right">
<mrow>
<mi>أ</mi>
<mo>+</mo>
<mi>ب</mi>
</mrow>
<mn>2</mn>
</mfrac>
<munderover accent="true" accentunder="false">
<mo largeop="true" movablelimits="true">∑</mo>
<mi>سفل</mi>
<mi>علو</mi>
</munderover>
</mrow>
<annotation encoding="application/x-tex">x = \frac{a+b}{2}</annotation>
<annotation-xml encoding="application/xhtml+xml"><p>شرح الصيغة</p></annotation-xml>
</semantics>
</math>
<math display="block">
<mtable columnalign="right center" rowalign="baseline center" columnlines="solid none" rowlines="dashed none" frame="solid">
<mtr>
<mtd columnspan="2">أ</mtd>
</mtr>
<mtr>
<mtd rowspan="2">ب</mtd>
<mtd>ج</mtd>
</mtr>
</mtable>
</math>
</body>
</html>