Computer Science, asked by PratyushRaman5700, 10 months ago

…………… tag is used to insert data into a table.

Answers

Answered by DhyeyM2
0

Answer:

for insert data into database table you can use following query

insert into table_name (column_name) values('value');

for example:

insert into customer(customer_id,customer_name) values(1,'abc');

Explanation:

make sure you already create table of customer.

MARK AS BRAINST

Answered by ishujain697
2

Each table data/cell is defined with a <td> tag. By default, the text in <th> elements are bold and centered. By default, the text in <td> elements are regular and left-aligned.

Similar questions