HTML5 ??ML
HTML5 MathML
HTML5? ???? MathML ??? ??? ? ??? ?? ??? <math>...</math>???.
MathML? ????? ?? ??? ??? ???? ? ???? ??? ??? XML(Standard Universal Markup Language? ?? ??)? ???? ?? ??? ?? ??? ?????.
??: ???? ????? MathML ??? ?????. ????? ? ??? ???? ?? ?? ?? ??? Firefox ?? Safari ????? ???? ? ? ????.
MATHML ??? ?? <math>? ????. ? ??? MATHML ????? <math> ??? ????? ???. ?? ? ?? <math>? ?? ?? ?? ??? ?? ??? ??? ??? ?? ?? ?? ?? ??? ? ????.
??
<math> ??? ?? ?? ??? <mstyle>
???, ID, ???
?????? ?? ?????.
DIR
??? ???? ??????. ??? ?? ltr(???? ?????) ?? rtl(????? ????)???.
HREF
? ??? URI? ?? ?????? ???? ? ?????.
?? ??
?? ?????. #rgb, #rrggbb ? HTML ?? ??? ??? ? ????.
mathcolor
??? ??. #rgb, #rrggbb ? HTML ?? ??? ??? ? ????.
?? ??? ??? MathML ??? ????? ??? ?????. ?? ? ? ??? ?? ? ????.
block - ??? ?? ??? ?? ??? ???? ??? ???? ?? ???? ??? ? ?? ???? ???? ?????. >
? ??????. ?, ??? ???? ?? ?? ?? ???? ???? ??? ???? ??? ??? ??? ? ????. ?? ?? ???? ??????. ?? ? ?? ???? ?? ????? ?? ??.??? ?? ?????(display="block"? ??? ??? ??) ? ??????.
????
???? ?? ??? ??? ??? ?? ?? ??? ??? ?????.??? ?? ??? ????: linebreak(???), , scroll, elide,. ?? ??
<!DOCTYPE html> <html> <head> <title>MathML in HTML5</title> </head> <body> <math> <mrow> <mrow> <msup> <mi>a</mi> <mn>2</mn> </msup> <mo>+</mo> <msup> <mi>b</mi> <mn>2</mn> </msup> </mrow> <mo>=</mo> <msup> <mi>c</mi> <mn>2</mn> </msup> </mrow> </math> </body> </html>