Files
2018-02-02 04:16:08 -05:00

65 lines
1.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<title>table-width-4</title>
<meta charset="utf-8"/>
<style type="text/css">
html { background-color: grey; }
td { border: 1px solid white;
padding-top: 0;
padding-bottom: 0;
padding-right: 2px;
padding-left: 1px;
background-color: black;
color: black; }
</style>
</head>
<body>
<table>
<tr>
<td>
<math><mi></mi><mi>i</mi></math>
</td>
</tr>
</table>
<table>
<tr>
<td>
<math><mtext></mtext><mi>i</mi></math>
</td>
</tr>
</table>
<table>
<tr>
<td>
<math><mtext style="font-style: italic"></mtext><mi>i</mi></math>
</td>
</tr>
</table>
<table>
<tr>
<td>
<math><mtext mathvariant="script">l</mtext><mi>i</mi></math>
</td>
</tr>
</table>
<table>
<tr>
<td>
<math><mi mathvariant="script">l</mi><mi>i</mi></math>
</td>
</tr>
</table>
<table>
<tr>
<td>
<math><mi mathvariant="script">l</mi>
<mi mathvariant="italic">i</mi></math>
</td>
</tr>
</table>
</body>
</html>