Do you know in bootstrap what are the two ways you can display the code?
Answer / Ashish Kumar Kushwaha
In Bootstrap, there are two ways to display code blocks: using the `<pre>` tag with the class `pre-code`, or using the `<code>` tag with the language syntax highlighting classes like `hljs`. The former provides basic formatting, while the latter offers colorization and improved readability for specific programming languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we customize columns default settings to create complete custom layout from scratch in bootstrap?
How will you create a pills navigation menu?
Tell me what will be the default bootstrap look of the alert created with this following code:<div class="alert" role="alert">warning! Tell me what I'm missing something.</Div>
What are the different button styles in bootstrap?
Explain what is column offset in bootstrap?
Tell me what is contextual classes of table in bootstrap?
Do you know how you can create nav elements in bootstrap?
When we click outside of modal popup, it will close, how to resolve it?
What is the role of the media objects in bootstrap?
What is Responsive Layout??
Which class is used for basic button group?
What is an example of bootstrapping?