LA PUTINUSE

*

Tables
Table example
This is caption space
This is tr1 and th1 in thead spaceThis is tr1 and th2 in thead space
tr1 and td1 in tbodytr1 and td2 in tbody
tr2 and td1 in tbodytr2 and td2 in tbody
tr1 and td1 in tfoottr1 and td2 in tfoot
Tags and tools for code formatting
En HTML existen etiquetas semánticas pensadas para representar código o comandos:
Etiqueta Uso Ejemplo
<code> Fragmento corto de código en línea:
El comando es ls -la.
<pre> Texto preformateado (respeta espacios y saltos de línea). Ideal para bloques de código:
int main() { return 0; }

<samp> Salida de un programa o terminal.
La consola devuelve: Segmentation fault
<kbd> Entrada del usuario (teclas o comandos):
Pulsa Ctrl + C
👉 Muchas veces se usan combinadas:

            #include 
            int main(void) {
                printf("Hola\n");
                return 0;
            }
            
Entities · Focus on emotion, body and thoughts:
For scaping special characters
Símbolo Entity Resultado en HTML
< &lt; <
> &gt; >
& &amp; &
" &quot; "
' &#39; '
Create
Make it work!
Calendario
Biblioteca
html putinuse
css putinuse
Taller
101010Nothing here