<code> is basically a <span> that automatically makes your text monospace.
This is usually used to show pieces of code inline with text.
You're welcome.
The HTML <code> element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code. By default, the content text is displayed using the user agent's default monospace font
HTML Elements are what make up HTML in general
<p> is an element