prev  ( testsuite > General > Math > mathAdisplay1  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:General/Math/mathAdisplay1
CVS-ID:
Author:Design Science, Inc. (D. Doyle, R.Miner)
Description:test of display attribute

Sample Rendering:

Created by: webeq

Your browser's rendering:

x y x y


Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> 
      <mfrac> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfrac> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 
      <mfrac> 
        <mi>x</mi> 
        <mi>y</mi> 
      </mfrac> 
    </math>