What is the syntax to define the border of a table in a html page? Border="5" border:5 border=5 border:"5"
Answers
Answered by
1
<html>
<body>
<table border="5">
....
.... these dots represent that what are there in the rows and columns
....
</table>
Similar questions