insert data from mysql database with php to an already created html static table [duplicate]

can i first create a table, with some static values in it, and afterwards put the data in it from MySQL PHP? thank you already in advance!

i only see the option to create the table along with when the data is shown.

(beginners question)