Login
Remember
Register
Ask a Question
When will you use <code>tag and <pre>tag?
0
votes
asked
Oct 7, 2019
in
Bootstrap
by
Tracy Williams
When will you use <code>tag and <pre>tag?
code-tag
pre-tag
bootstrap-code-tag
bootstrap-tag
bootstrap-pre-tag
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 10, 2019
by
john ganales
<code>tag is used to show the code inline and <pre>tag is used to show code with multiple lines.
...