Computer Science, asked by saiyamBedilucknow, 6 months ago

Which of the following would create a border for the table and the heading? *




I) table, th { collapse: 1px solid black;}

II) table, th, td { border-collapse: 1px solid black;}

III) table, th { border: 1px solid black;}

IV) table, td { border-collapse: 1px solid black;} you​

Answers

Answered by thebanaj
0

Answer:

III

Explanation:

Because this is the only thing you use to create border and this line can be used in internal and external css.

Similar questions