Computer Science, asked by ahemant885, 9 months ago

Write Html code to display a table with border of 5px. pls pls answer this question fast pls​

Answers

Answered by StephenDeva
1

Answer:

Add this code inside HTML head tag

Explanation:

<style>

table, th, td {

border: 5px solid black;

}

</style>

IF IT HEPLS THEN MARK ME AS BRAINLIEST ANSWER

Similar questions