answersLogoWhite

0


Best Answer

Yes.

Click on the table (on the row below which you want the new row). Right click on the table and under "insert" one of the options will be to insert a row above.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you add a row to a table once it's created?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is used to add another row to the table?

An INSERT query is used to add a row to a table.


Does each row of a table has an end-of-row mark which can be used to add columns to the left of a table?

yes


We can add a row in a table by clicking on the sign?

False


Can you add rows to an existing table but not columns?

You can add columns or rows to any table. Adding a row does not add extra columns, so yes you can do it.


Which key will add a new row to a table if pressed when the insertion point is in the last column and last row?

The TAB key.


What does tr stand for in HTML?

The <tr> tag designates a table row. For example, in the code below, a table with one row and two cells on that row is created. <table> <TR> <TD>lorem</TD> <TD>ipsum</TD> </TR> </TABLE>


What three elements indicate an Excel table is created in a worksheet?

Header Row, Banded Row and Calculated Columns make up an Excel Table.


What ways can you insert an extra row into a table?

On this computer, you go over to the left side of the row. You click on the left side of the row. It highlights the entire row. You go to "Table." You click on it. You click insert. It will insert a row. You let the computer do it for you.


A formatting mark which you can use to add columns to the right of a table?

End of row mark


Formatting mark which you can use to add columns to the right of a table?

End Of The Row Mark


A formatting mark which you can use to add columns to the right of the table?

End Of The Row Mark


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".