HTML adaptive table method

HTML adaptive table method

<body style="scroll:no">
<table width="100%" height="100%">
<tr>
<td height="10px" id="conditions"></td>
</tr>
<tr>
<td id="Content"></td>
</tr>
<tr>
<td height="10px" id="btns">
<input type="button" id="btnDel" value="Delete" />
</td>
</tr>
</table>
</body>

This table is divided into 3 parts

The first id is conditions, which contains the query conditions.

The second id is Content, which is used to display content.

The third id is btnDel, which holds the delete button.

The first and third widths can be set smaller to allow the content to expand on its own.

<<:  Vue basics MVVM, template syntax and data binding

>>:  Analyzing the practical record of using docker to build microservices with SpringBoot

Recommend

Centos8 builds nfs based on kdc encryption

Table of contents Configuration nfs server (nfs.s...

TypeScript problem with iterating over object properties

Table of contents 1. Problem 2. Solution 1. Decla...

Implementation code of short video (douyin) watermark removal tool

Table of contents 1. Get the first link first 2. ...

Some points on using standard HTML codes in web page creation

<br />The most common mistake made by many w...

Native JS realizes compound motion of various motions

This article shares with you a compound motion im...

Detailed explanation of creating, calling and managing MySQL stored procedures

Table of contents Introduction to stored procedur...

How to find identical files in Linux

As the computer is used, a lot of garbage will be...

js implements a simple shopping cart module

This article example shares the specific code of ...

HTML Tutorial: Definition List

<br />Original text: http://andymao.com/andy...

mysql is not an internal command error solution

The error "mysql is not an internal command&...

Analysis of product status in interactive design that cannot be ignored in design

In the process of product design, designers always...

MySQL 5.7.24 installation and configuration method graphic tutorial

MySQL is the most popular relational database man...

Detailed explanation of MySQL database paradigm

Preface: I have often heard about database paradi...