Explain the border properties that can be used with th table tag
Answers
Answered by
5
The border attribute specifies if a border should be displayed around the table cells or not.
Answered by
2
To giving the border in the table.
Explanation:
The main used of the border attribute or we can say properties in the table to giving the border in the table we use the attribute border to giving the border in the table .
Following are the example of border properties in the table .
<html>
<head> </head>
<body>
<Table border=”1">
<Tr>
<td>
name:
</td>
<Td>address</Td>
</Tr>
<Tr>
<td>
san
</td>
<Td>ranyroad</Td>
</Tr>
</Table>
</body>
</HTML>
Output:
Following are the attachment of output
Learn More :
- brainly.in/question/7363984
Attachments:
Similar questions