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:29] 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 =====
 +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.1729088941.txt.gz · Last modified: 2024/10/16 14:29 by yahiko