What to display code in bootstrap?
Answer / Amar Dixit
To display code in Bootstrap, you can use the `<pre>` tag and apply the `lang-*` class for syntax highlighting. For example:
<pre><code class="lang-python">
def hello_world():
print("Hello, world!")
</code></pre>
| Is This Answer Correct ? | 0 Yes | 0 No |
Does bootstrap supports less and sass css structure in any form?
What are bootstrap media queries?
Tell me which class is used to draw a toolbar of buttons?
How will you create a vertical pills navigation menu?
Explain bootstrap?
When we click outside of modal popup, it will close, how to resolve it?
Tell me how will you create a vertical pills navigation menu?
How you can create nav elements in bootstrap?
How can you differentiate between bootstrap and foundation?
How can we customize links of pagination in bootstrap?
Explain me what is the difference between bootstrap and foundation?
What are grid classes in the bootstrap?