Site Tools


informatique:web:html

Differences

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

Link to this comparison view

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