El atributo HTML <th> nowrap se usa para especificar que el contenido presente dentro de la celda del encabezado no debe ajustarse . Contiene el valor booleano. No es compatible con HTML 5.
Sintaxis:
<th nowrap>
Ejemplo:
<!DOCTYPE html> <html> <head> <title> HTML th nowrap Attribute </title> </head> <body> <h1>GeeksforGeeks</h1> <h2>HTML th nowrap Attribute</h2> <table border="1"> <tr> <th>NAME</th> <th nowrap> GeeksforGeeks is a computer science portal </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 HTML <th> nowrap se enumeran a continuación:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera