Write Html code to display a table with border of 5px. pls pls answer this question fast pls
Answers
Answered by
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