0 votes
in Bootstrap by
When will you use <code>tag and <pre>tag?

1 Answer

0 votes
by

<code>tag is used to show the code inline and <pre>tag is used to show code with multiple lines.

...