Computer Science, asked by zf082019, 3 months ago

What will happen if border attribute is not specified with the tag?

Answers

Answered by madhuribabbar3
1

Answer:

<Table border=”1″>

<Tr>

<Th> Name</Th>

</Tr>

<Tr>

<Td>lava Kumar</Td>

</Tr>

</Table>

Here we can use border = “l px sold black”

Similar questions