Computer Science, asked by pothanagodugu4245, 10 months ago

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 sst91
1

<html>

<body>

<table border="5">

....

.... these dots represent that what are there in the rows and columns

....

</table>

Similar questions