5. What is spamming in table? Which attribute are associated with spamming in table
Answers
Answered by
0
Answer:
Past weeks have looked at basic table construction, borders and spacing, and colors. Now we're going to delve into row and column spanning. Most real-world tables have cells that stretch across two or more rows or column in the table. ... In HTML, these straddling cells are known as spanning cells.
You can create spanning cells across rows and columns (and both) using two attributes defined for the <td> and <th> tags. As you might expect, the colspan attribute creates a cell that spans two or more columns. The rowspan attribute creates a cell that spans two or more rows.
Explanation:
Similar questions