573322-quirks-ref.html 598 B

12345678910111213141516171819202122232425262728
  1. <style>
  2. div { background: green; border: solid blue; width: 100px; height: 100px; }
  3. </style>
  4. <table border=1 width=50%>
  5. <tr>
  6. <td><div></div>left
  7. </table>
  8. <table border=1 width=50%>
  9. <tr>
  10. <td><div></div>justify
  11. </table>
  12. <table border=1 width=50%>
  13. <tr>
  14. <td style="text-align: -moz-right;"><div></div>right
  15. </table>
  16. <table border=1 width=50%>
  17. <tr>
  18. <td style="text-align: -moz-center;"><div></div>center
  19. </table>
  20. <table border=1 width=50%>
  21. <tr>
  22. <td style="text-align: -moz-center;"><div></div>middle
  23. </table>
  24. <table border=1 width=50%>
  25. <tr>
  26. <td style="text-align: center;"><div></div>absmiddle
  27. </table>