| prev | next |
| File: | /Presentation/TokenElements/ms/msSinheritance7.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | Tests different CSS fontsize attribute value formats, and fontsize attribute inheritance with <mstyle> and <ms> | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mstyle fontweight='bold' color='#ff0000'>
<mrow>
<ms>big</ms>
<mo>+</mo>
<ms fontweight='normal' fontstyle='italic'>bog
</ms>
<mo>+</mo>
<mstyle fontsize='0.05in'>
<ms>new</ms>
<mo>+</mo>
<ms fontsize='2em'>net</ms>
<mo>+</mo>
<ms fontsize='36pt'>nod</ms>
</mstyle>
<mo>+</mo>
<ms fontsize='20mm'>nix</ms>
</mrow>
</mstyle>
</math>