“HTML COLUMNAS DE TABLA MISMO ANCHO” Código de respuesta

HTML COLUMNAS DE TABLA MISMO ANCHO

<table style="table-layout: fixed; width: 100%;" >
<tr>
  <td style="width:25%;">First column</td>
  <td style="width:25%;">Second column</td>
  <td style="width:25%;">Third column</td>
  <td style="width:25%;">Fourth column</td>
</tr>
Misty Mantis

Tabla todas las celdas mismo ancho

<table style="table-layout: fixed; width: 100%;" >
JonnyG

Respuestas similares a “HTML COLUMNAS DE TABLA MISMO ANCHO”

Preguntas similares a “HTML COLUMNAS DE TABLA MISMO ANCHO”

Más respuestas relacionadas con “HTML COLUMNAS DE TABLA MISMO ANCHO” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código