MathML HTML

Grouping Terms

This is an example of grouping terms in an expression in MathML.

GroupingTerms.html

<!doctype html>
<html>
  <head>
    <title>XoaX.net's MathML: A Grouping of Terms Example</title>
  </head>
  <body>
    <p>The first two terms represent a dot product of vectors:
    	<math>
    		<munder accentunder="true">
    			<mrow>
    				<mi>a</mi>
    				<mi>x</mi>
    				<mo>+</mo>
    				<mi>b</mi>
    				<mi>y</mi>
    			</mrow>
    			<mo>&#x23DF;</mo>
    		</munder>
    		<mo>+</mo>
    		<mi>c</mi>
    		<mo>=</mo>
    		<mn>0</mn>
    	</math>
    </p>
  </body>
</html>
 

Output

 
 

© 2007–2025 XoaX.net LLC. All rights reserved.