573322-no-quirks-ref.html 614 B

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