123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <!DOCTYPE html>
- <html>
- <head><title></title></head>
- <body>
- <h2> Test with accent="true" </h2>
- <table border="1">
- <tr>
- <td align="center"></td>
- <th colspan="2">mover</th>
- <th colspan="2">munder</th>
- </tr>
- <tr>
- <td align="center"></td>
- <td align="center"><mrow>
- <mi>Over</mi>
- <mo><</mo>
- <mi>Base</mi>
- </mrow>
- </td>
- <td align="center">
- <mrow>
- <mi>Over</mi>
- <mo>></mo>
- <mi>Base</mi>
- </mrow>
- </td>
- <td align="center">
- <mrow>
- <mi>Over</mi>
- <mo><</mo>
- <mi>Base</mi>
- </mrow>
- </td>
- <td align="center">
- <mrow>
- <mi>Over</mi>
- <mo>></mo>
- <mi>Base</mi>
- </mrow></td>
- </tr>
- <tr>
- <th>
- align="left"
- </th>
- <td align="center">
- <math>
- <mover align="left" accent="true">
- <mspace height="15px" width="75px" mathbackground="blue"/>
- <mspace height="15px" width="25px" mathbackground="red"/>
- </mover>
- </math>
- </td>
- <td align="center">
- <math>
- <mover align="left" accent="true">
- <mspace height="15px" width="25px" mathbackground="blue"/>
- <mspace height="15px" width="75px" mathbackground="red"/>
- </mover>
- </math>
- </td>
- <td align="center">
- <math>
- <munder align="left" accentunder="true">
- <mspace height="15px" width="75px" mathbackground="blue"/>
- <mspace height="15px" width="25px" mathbackground="red"/>
- </munder>
- </math>
- </td>
- <td align="center">
- <math>
- <munder align="left" accentunder="true">
- <mspace height="15px" width="25px" mathbackground="blue"/>
- <mspace height="15px" width="75px" mathbackground="red"/>
- </munder>
- </math>
- </td>
- </tr>
- <tr>
- <th>
- align="right"
- </th>
- <td align="center">
- <math>
- <mover align="right" accent="true">
- <mspace height="15px" width="75px" mathbackground="blue"/>
- <mspace height="15px" width="25px" mathbackground="red"/>
- </mover>
- </math>
- </td>
- <td align="center">
- <math>
- <mover align="right" accent="true">
- <mspace height="15px" width="25px" mathbackground="blue"/>
- <mspace height="15px" width="75px" mathbackground="red"/>
- </mover>
- </math>
- </td>
- <td align="center">
- <math>
- <munder align="right" accentunder="true">
- <mspace height="15px" width="75px" mathbackground="blue"/>
- <mspace height="15px" width="25px" mathbackground="red"/>
- </munder>
- </math>
- </td>
- <td align="center">
- <math>
- <munder align="right" accentunder="true">
- <mspace height="15px" width="25px" mathbackground="blue"/>
- <mspace height="15px" width="75px" mathbackground="red"/>
- </munder>
- </math>
- </td>
- </tr>
- <tr>
- <th>
- align="center"
- </th>
- <td align="center">
- <math>
- <mover align="center" accent="true">
- <mspace height="15px" width="75px" mathbackground="blue"/>
- <mspace height="15px" width="25px" mathbackground="red"/>
- </mover>
- </math>
- </td>
- <td align="center">
- <math>
- <mover align="center" accent="true">
- <mspace height="15px" width="25px" mathbackground="blue"/>
- <mspace height="15px" width="75px" mathbackground="red"/>
- </mover>
- </math>
- </td>
- <td align="center">
- <math>
- <munder align="center" accentunder="true">
- <mspace height="15px" width="75px" mathbackground="blue"/>
- <mspace height="15px" width="25px" mathbackground="red"/>
- </munder>
- </math>
- </td>
- <td align="center">
- <math>
- <munder align="center" accentunder="true">
- <mspace height="15px" width="25px" mathbackground="blue"/>
- <mspace height="15px" width="75px" mathbackground="red"/>
- </munder>
- </math>
- </td>
- </tr>
- </table>
- <table>
- <tr>
- <th>
- <h5>Under & Over</h5>
-
- <math>
- <mrow>
- <mspace height="15px" width="25px" mathbackground="red"/>
- </mrow>
- </math>
- </th>
- <th> </th>
- <th>
- <h5>Base</h5>
-
- <math>
- <mrow>
- <mspace height="15px" width="25px" mathbackground="blue"/>
- </mrow>
- </math>
- </th>
- </tr>
- </table>
- </body>
- </html>
|