Welcome to European Tribune. It's gone a bit quiet around here these days, but it's still going.
Display:
<table>
<tr>
<td>
This is a simple table with one row and two columns. An HTML table starts with <table> and ends with </table>. The table is built row-wise, each row being delimited by <tr> and </tr>. Within each row, the content of each cell from left to right is delimited by <td> and </td>. It is tiring to spell out all these tags, to make the brackets I need to use &lt; and &gt;, otherwise the software will interpret them as actual tags and mess everything up. Oh, and & is written &amp;.
</td>
<td>
Esto es una simple tabla con una fila y dos columnas. En HTML las tablas comienzan por <table> y terminan por </table>. Las tablas se construyen por filas, y cada fila se delimita por <tr> y </tr>. Dentro de cada fila, el contenido de cada celda de izquierda a derecha se delimita por <td> y </td>. Es cansado escribir todas estas etiquetas, para hacer los parantesis angulares tengo que usar &lt; y &gt;, si no el programa los interpreta como etiquetas de verdad y se estropea el invento. Ah, y & se escribe &amp;.
</td>
</tr>
</table>
-------------------
This is a simple table with one row and two columns. An HTML table starts with <table> and ends with </table>. The table is built row-wise, each row being delimited by <tr> and </tr>. Within each row, the content of each cell from left to right is delimited by <td> and </td>. It is tiring to spell out all these tags, to make the brackets I need to use &lt; and &gt;, otherwise the software will interpret them as actual tags and mess everything up. Oh, and & is written &amp;.Esto es una simple tabla con una fila y dos columnas. En HTML las tablas comienzan por <table> y terminan por </table>. Las tablas se construyen por filas, y cada fila se delimita por <tr> y </tr>. Dentro de cada fila, el contenido de cada celda de izquierda a derecha se delimita por <td> y </td>. Es cansado escribir todas estas etiquetas, para hacer los parantesis angulares tengo que usar &lt; y &gt;, si no el programa los interpreta como etiquetas de verdad y se estropea el invento. Ah, y & se escribe &amp;.


Nothing is 'mere'. — Richard P. Feynman
by Carrie (migeru at eurotrib dot com) on Fri Aug 11th, 2006 at 06:44:55 PM EST
[ Parent ]

Display:

Occasional Series