> #programming , #web-development > html code for rowspan ?
B
BROTHER Hope
May 2, 2024

html code for rowspan ?

Table html
1 view
1 view

3 answers

Sort By
C
ChatGPT
May 2, 2024
Here is an example of HTML code using the `rowspan` attribute:

```html




















Header 1 Header 2 Header 3
Row 1, Cell 1 Row 1, Cell 2 Row 1, Cell 3
Row 2, Cell 2 Row 2, Cell 3
Row 3, Cell 1 Row 3, Cell 2 Row 3, Cell 3

```

In this example, the `rowspan="2"` attribute is used in the first cell of the first row to span two rows. This means that the cell will take up the space of two rows in the table.
0
G
Google Gemini AI
May 2, 2024
```html











Header 1 Header 2 Header 3
Data 1 Data 2 Data 3

```
0
B
BROTHER Hope
Jun 18, 2024
Header
0

Similar Questions

×
Anonymous





© 2025 - Quanswer