Code
To show code you we use the <code>
HTML tag or the .code
class. If you insert them into inline elements, the code tag become also inline.
You also can use the html tag to show a block of source codes when you combine it with the <pre>
tag or use the .pre-code
class.