Code Markup in HTML
You can use the <code>
element to mark up code in HTML.
index.html
Notice that the <code>
element is nested inside the <pre>
element. The <pre>
element represents preformatted text and is typically displayed in a fixed-width font to preserve both spaces and line breaks.
You can also use the <code>
element to mark up inline code like this:
index.html
You can also use the <kbd>
element to mark up keyboard input. The <kbd>
element represents user input and is typically displayed in a monospace font to distinguish it from regular text.
index.html
Merci pour vos commentaires !
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 3.45
Code Markup in HTML
Glissez pour afficher le menu
You can use the <code>
element to mark up code in HTML.
index.html
Notice that the <code>
element is nested inside the <pre>
element. The <pre>
element represents preformatted text and is typically displayed in a fixed-width font to preserve both spaces and line breaks.
You can also use the <code>
element to mark up inline code like this:
index.html
You can also use the <kbd>
element to mark up keyboard input. The <kbd>
element represents user input and is typically displayed in a monospace font to distinguish it from regular text.
index.html
Merci pour vos commentaires !