Site Tools


informatique:web:html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatique:web:html [2024/10/16 14:25] – created yahikoinformatique:web:html [2025/01/22 21:32] (current) yahiko
Line 3: Line 3:
  
 ===== Combinaisons clavier ===== ===== Combinaisons clavier =====
-Pour faire un truc comme ceci : <kbd>CTRL</kbd> + <kbd>A</kdb>.+Pour faire un truc comme ceci : <kbd>CTRL</kbd> + <kbd>Z</kbd>
  
 +<file html>
 +<kbd>CTRL</kbd> + <kbd>Z</kbd>
 +</file>
 +
 +===== Lien vers un texte dans un page =====
 <code html> <code html>
-<kbd>CTRL</kbd> + <kbd>A</kdb>+https://www.site.tld/superpahe.html#:~:text=Du%20Super%20Texte
 </code> </code>
 +
 +===== Code =====
 +Pour du code dans une ligne : 
 +<file html>
 +<p>Ceci est du <code>CODE</code></p>
 +</file>
 +
 +Sur plusieurs lignes : 
 +<file html>
 +<pre>
 + if(trucbidule) then {
 + echo "lol mdr" }
 +</pre>
 +</file>
 +
 +
informatique/web/html.1729088751.txt.gz · Last modified: 2024/10/16 14:25 by yahiko