How do you add a table?
The categories are confusing here.To add a table to a web page in HTML, use the -tags. To make a table row, use -tags and for cells in that row, put -tags inside. -tags make heading cells, i.e. bold text and a prefedined padding:FruitSweetnessOrangeSourAppleSour+SweetAs for database programming, this depends on the DBMS. If it's a MySQL database, you can add tables with the command "CREATE TABLE".