table-width-4-ref.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>table-width-4</title>
  5. <meta charset="utf-8"/>
  6. <style type="text/css">
  7. html { background-color: grey; }
  8. td { border: 1px solid white;
  9. padding-top: 0;
  10. padding-bottom: 0;
  11. padding-right: 2px;
  12. padding-left: 1px;
  13. background-color: black;
  14. color: black; }
  15. </style>
  16. </head>
  17. <body>
  18. <table>
  19. <tr>
  20. <td>
  21. <math><mphantom><mi>ℓ</mi><mi>i</mi></mphantom></math>
  22. </td>
  23. </tr>
  24. </table>
  25. <table>
  26. <tr>
  27. <td>
  28. <math><mphantom><mtext>ℓ</mtext><mi>i</mi></mphantom></math>
  29. </td>
  30. </tr>
  31. </table>
  32. <table>
  33. <tr>
  34. <td>
  35. <math><mphantom><mtext style="font-style: italic">ℓ</mtext><mi>i</mi></mphantom></math>
  36. </td>
  37. </tr>
  38. </table>
  39. <table>
  40. <tr>
  41. <td>
  42. <math><mphantom><mtext mathvariant="script">l</mtext><mi>i</mi></mphantom></math>
  43. </td>
  44. </tr>
  45. </table>
  46. <table>
  47. <tr>
  48. <td>
  49. <math><mphantom><mi mathvariant="script">l</mi><mi>i</mi></mphantom></math>
  50. </td>
  51. </tr>
  52. </table>
  53. <table>
  54. <tr>
  55. <td>
  56. <math><mphantom><mi mathvariant="script">l</mi><mi>i</mi></mphantom></math>
  57. </td>
  58. </tr>
  59. </table>
  60. </body>
  61. </html>