Ashu has created one table using HTML coding now he does not want to separate borders for all entries suggest him the correct method to do so along with the reasons
Answers
Answered by
0
Explanation:
To create table border in HTML, the border attribute was used. But the introduction of HTML5, deprecated the border tag. Create table border using the CSS property border. Set table border as well as border for <th> and <td>.
Similar questions