The Bootstrap code tag is unique as well. Bootstrap will style the code tag in its own way. Here is the code.
<h1>Code Tags</h1>
The code tag can be used like this to define a certain section in the document:
The following HTML elements: <code>span</code>, <code>section</code>, and <code>div</code> highlights a section of a document.
Try it yourself here.

Sign Up To Comment