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>
        
  • 相关阅读:
    C#设计模式之单例模式(Singleton Pattern)
    ASP.NET MVC Route之WebForm路由与源码分析(二)
    ASP.NET MVC Route之WebForm路由与源码分析(一)
    Autofac初探(一)
    Razor基础语法一
    ASP.NET MVC之视图传参到控制器的几种形式
    LINQ to SQL语句(2)Count/Sum/Min/Max/Avg操作符
    LINQ to SQL语句(1)Select查询的九种形式
    学习《深入理解C#》—— 泛型 (第三章3.1---3.2)
    学习《深入理解C#》—— 委托的构成、合并与删除和总结 (第二章1.1---1.4)
  • 原文地址:https://www.cnblogs.com/liucaixia/p/4894961.html
Copyright © 2011-2022 走看看