out——qw_v6.html 471 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Images in Table</title>
  5. <meta charset="UTF-8">
  6. <style>
  7. table {
  8. border-collapse: collapse;
  9. width: 100%;
  10. }
  11. table, th, td {
  12. border: 1px solid black;
  13. }
  14. img {
  15. max-width: 100%;
  16. height: auto;
  17. display: block;
  18. margin-left: auto;
  19. margin-right: auto;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <table>
  25. <tr>
  26. <th>输入的图片</th>
  27. <th>输入的描述</th>
  28. <th>输出的商品详情</th>
  29. <th>输出的商品详情(翻译)</th>
  30. <th>输出的卖点</th>
  31. </tr>