Source code (some classes deleted): Copy code The code is as follows:<table> <thead> <tr><th colspan=2 >Buyer: Yimai</th></tr> </thead> <tbody> <tr> <td rowspan=4 > <img src="../img/103.jpg" width="100%" height="100%"> </td> <td >Item name: mobile power</td> </tr> <tr><td >Unit price: ¥28 yuan</td></tr> <tr><td >Quantity: <input type="text" id="goods_number" ></td></tr> <tr><td >Seller: Yi Damai</td></tr> </tbody> <tfoot> <tr> <td>Payment method: <select class="w100"> <option value ="e">Virtual account</option> <option value ="r">Cash Account</option> <option value="b">Online Banking</option> </select> </td> <td>Total price: <span id="total_price">0</span> Ten thousand yuan</td> </tr> </tfoot> </table> Effect picture: ![]() Cells - Row Merge (rowspan) Cell - Column Merge (colspan) The image fills the <td> - set width and height to 100% |
<<: What to do if the online MySQL auto-increment ID is exhausted
>>: RGB color table collection
Table of contents Problem Analysis Why encapsulat...
Preface When we use query statements, we often ne...
Table of contents 1. Overview 1.1 What is a proto...
Table of contents Preface 1. What is phantom read...
The operating environment of this tutorial: Windo...
First, what is database partitioning? I wrote an ...
Install memcached yum install -y memcached #Start...
Often, after a web design is completed, the desig...
This article shares the installation and configur...
Data sorting asc, desc 1. Single field sorting or...
1|0 Background Due to project requirements, each ...
Many web designers are confused about the width of...
1. Scenario description: Our environment uses mic...
1. Table structure 2. Table data 3. The query tea...
Copy code The code is as follows: <object clas...