El atributo HTML <th> rowspan se usa para especificar cuántos números de celda de fila de encabezado abarcarán.
Sintaxis:
<th rowspan="number">
Valor de atributo:
- número: contiene el valor numérico que especifica el número de filas que debe abarcar la celda de encabezado.
Ejemplo:
html
<!DOCTYPE html> <html> <head> <title> HTML th rowspan Attribute </title> </head> <body> <h1>GeeksforGeeks</h1> <h2>HTML th rowspan Attribute</h2> <table border="1" width="500"> <tr> <th>NAME</th> <th rowspan="3">AGE</th> <th>BRANCH</th> </tr> <tr> <td>BITTU</td> <td>CSE</td> </tr> <tr> <td>RAKESH</td> <td>EC</td> </tr> </table> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con el atributo de rango de filas HTML <th> se enumeran a continuación:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera