…………… tag is used to insert data into a table.
Answers
Answered by
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
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