This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatique:web:html [2024/10/16 14:25] – created yahiko | informatique:web:html [2025/01/22 21:32] (current) – yahiko | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Combinaisons clavier ===== | ===== Combinaisons clavier ===== | ||
| - | Pour faire un truc comme ceci : < | + | Pour faire un truc comme ceci : < |
| + | <file html> | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | ===== Lien vers un texte dans un page ===== | ||
| <code html> | <code html> | ||
| - | < | + | https://www.site.tld/ |
| </ | </ | ||
| + | |||
| + | ===== Code ===== | ||
| + | Pour du code dans une ligne : | ||
| + | <file html> | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | Sur plusieurs lignes : | ||
| + | <file html> | ||
| + | <pre> | ||
| + | if(trucbidule) then { | ||
| + | echo "lol mdr" } | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||