HTML
-
Créer un album web en une commande
Cette commande nécessite imagemagick montage -size 400×400 ‘../photos/*.JPG’ -auto-orient -thumbnail 200×200 -set caption ‘%t’ -bordercolor Lavender -background grey40 -pointsize 9 -density 144×144 +polaroid -resize 50% +set label -background white -geometry +1+1 -tile 5x index.html
-
On essaie du code HTML
Essai de code HTML dans un billet dotclear. <p style= »font-size:20px; »>Ce texte a un corps de 20</p> <p style= »font-family:courier; »>Ce texte est dans la police Courier</p> <p style= »font-size:20px; font-family:courier; »>Ce texte est dans la police Courier avec un corps de 20</p> Pour les balises: Tableaux <table> <tr> <td>Cellule 1</td> <td>Cellule 2</td> </tr> <tr> <td>Cellule 3</td> <td>Cellule 4</td> </tr> </table>