answersLogoWhite

0

True and trustworthy are synonyms for sincere. They begin with the letters TR.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the name of the most economical build in the TR system guide?

Which very popular war videogame starts with "Call of ..."?:


What town in Nova Scotia starts with TR?

Truro.


What is a Word starts with TR means shopping?

the answer is trend.


What word that starts with tr describes a mango?

tropical


What cartoon starts with the letters tr?

Transformers and Trollkins .


What is a cartoon that starts with the letter tr?

tracy beaker


What is an 8 letter word that starts with tr and ends with g?

Trusting


What is a word that starts with tr that means something with little value?

Trash


What is another name for a canal?

the name i have found is trench or trought the last one is pronounced (tr-ow-t) like the fish trout


What is a word that starts with tr and means to make thee times?

triple, treble


Which painters have last name begin with tr?

Kathryn Trotter is an American artist. Her last name begins with the letters Tr.


How can delete a table Row in HTML?

Each row in a table starts with the <TR> tag, and the cells are started with the <TD> tags which are inside the TR tags. To remove a specific row just highlight, and delete from <TR> to</TR> for example a table with two rows might look like this: <Table> <TR> <td>first row</td> </TR> <TR> <td>second row</td> </TR> </Table> To remove the first row delete <TR> <td>first row</td> </TR> You will be left with: <Table> <TR> <td>second row</td> </TR> </Table>