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
# Adjust VMware hard disk boot priority Step 1: E...
Table of contents Preface: 1. Introduction to rol...
1. CPU utilization sar -p (view all day) sar -u 1...
1. Docker pull pulls the image When using $ docke...
I have nothing to do recently, so I tinker with C...
This article discusses the difficulties and ideas...
Installation Environment Centos Environment Depen...
A few days ago, I saw an example written by @Kyle...
Generate a certificate chain Use the script to ge...
Let’s build the data table first. use test; creat...
Recently, I came across a webpage that had images ...
Table of contents What happened? When to use Cont...
Preface: When we are making web pages, we often n...
In this note, we briefly describe What is the B+T...
Using Nginx's proxy_cache to build a cache se...