zoukankan      html  css  js  c++  java
  • 表格

     
    <div>
            <table border="1" width="620" rules="groups">
                <caption>My Ultimate Table</caption>
                <colgroup span="1" width="80"></colgroup>
                <colgroup span="1" width="180"></colgroup>
                <colgroup span="1" width="180"></colgroup>
                <colgroup span="1" width="180"></colgroup>
                <thead>
                    <tr>
                        <td>&nbsp;</td>
                        <td>Oversea E-commerce Pricinge(Countries of low tariff, eg India, etc.)</td>
                        <td>Oversea E-commerce Priceing(Countries of high tariff, eg Spain, Turkey, etc.)</td>
                        <td>Drop Shipping Pricing</td>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>&nbsp;</td>
                        <td>Elephone pricing with lowprofit eg:$100</td>
                        <td>Elephone pricing with lowprofit eg:$100</td>
                        <td>Elephone pricing with low profit eg:$100</td>
                    </tr>
                </tbody>
                <tbody>
                    <tr>
                        <td>&nbsp;</td>
                        <td>Batch import tariff 10% + freightcost $5-10/pcs + additional charges$10/pcs</td>
                        <td>Batch import tariff and other taxes 25% + freightcost $5-10/pcs + additional charges $20/pcs</td>
                        <td>Drop ShippingOperating Cost 0-$3</td>
                    </tr>
                </tbody>
                <tbody>
                    <tr>
                        <td>&nbsp;</td>
                        <td>Seller’s profit margins 10%</td>
                        <td>Seller’s profit margins 20%-30%</td>
                        <td>Seller’s profit margins10%-15%</td>
                    </tr>
                </tbody>
                <tbody>
                    <tr>
                        <td>Delivery time for end users </td>
                        <td>15-20 days</td>
                        <td>15-20 days</td>
                        <td>7-10 days</td>
                    </tr>
                </tbody>
                <tbody>
                    <tr>
                        <td>Online terminal price</td>
                        <td>Around $150</td>
                        <td>Around $240</td>
                        <td>Around $115-128</td>
                    </tr>
                </tbody>
                <tbody>
                    <tr>
                        <td>Cost saving</td>
                        <td>$25-35</td>
                        <td>$125</td>
                        <td>&nbsp;</td>
                    </tr>
                </tbody>
                <tfoot>
                    <tr>
                        <td>Improvement of in delivery time</td>
                        <td>5-13 days</td>
                        <td>5-13 days</td>
                        <td>&nbsp;</td>
                    </tr>
                </tfoot>
            </table>
    </div>
        
  • 相关阅读:
    Java Mybatis 传参方式
    html Js跨域提交数据方法,跨域提交数据后台获取不到数据
    uuidgen
    shell 案例
    docker搭建tomcat环境
    redis主从+哨兵模式(借鉴)
    ansible-playbook 案例
    NFS
    mysql -sql语句
    定时任务crontab命令
  • 原文地址:https://www.cnblogs.com/liucaixia/p/4894961.html
Copyright © 2011-2022 走看看