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 |
Do you know what global styles are applied as a part of bootstrap's default typography?
What is bootstrap 4 alerts?
What do you mean by column ordering in bootstrap?
What are the Features of Bootstrap?
Do you know what is bootstrap jumbotron?
What is bootstrap carousel? Explain
What is navbar in bootstrap?
How do you use glyphicons in bootstrap?
How do you use Glyphicons?
What is the step-wise procedure for creating basic or vertical forms?
What are the new features of bootstrap 4?
How you can add badge to list group in Bootstrap?