What are the two ways you can display the code in bootstrap?
Answer / Saujanya Yadav
"Code blocks can be displayed in Bootstrap using <pre> and <code> tags or by utilizing the <syntaxhighlight> class. For example:<br>n<pre><code>// Example of inline codenlet x = 5;</code></pre>nOr:n<div class="syntaxhighlight">n<code class="bash">n// Example of syntax highlighting using the <syntaxhighlight> classnnpm install expressn</code>n</div>"
| Is This Answer Correct ? | 0 Yes | 0 No |
About bootstrap 4 positions?
Explain in brief about bootstrap 3 tables?
How to use modal popup in bootstrap?
How to create a navbar in bootstrap?a
What are bootstrap media objects?
What is column ordering in Bootstrap?
What does Bootstrap package includes?
How are pagination is classified in bootstrap
Can you put a listgroup within bootstrap panel?
How will you create bootstrap alerts?
what is Bootstrap Grid System?
How would you define bootstrap pagination?