The table merges cells and the img image to fill the entire td HTML

The table merges cells and the img image to fill the entire td HTML
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

Recommend

Vue implements dynamic routing details

Table of contents 1. Front-end control 1. In the ...

MySQL functional index optimization solution

When using MySQL, many developers often perform f...

One line of code teaches you how to hide Linux processes

Friends always ask me how to hide Linux processes...

Tutorial on using hyperlink tags in XHTML

Hyperlink, also called "link". Hyperlin...

jQuery implements font size adjustment case

This article shares the specific code of jQuery t...

How to implement logic reuse with Vue3 composition API

Composition API implements logic reuse steps: Ext...

Detailed explanation of how to upgrade software package versions under Linux

In the Linux environment, you want to check wheth...

Thumbnail hover effect implemented with CSS3

Achieve resultsImplementation Code html <heade...

Navicat for MySQL scheduled database backup and data recovery details

Database modification or deletion operations may ...

JavaScript to achieve product query function

This article example shares the specific code of ...

In-depth analysis of MySQL database transactions and locks

Table of contents 1. Basic Concepts ACID 3.AutoCo...

MySQL 5.7.21 installation and configuration tutorial under Window10

This article records the installation and configu...

Zabbix uses PSK shared key to encrypt communication between Server and Agent

Since Zabbix version 3.0, it has supported encryp...