when we can use <code>tag and <pre>?
Answer / Pawan Chaubey
<code> tag is used to display a piece of computer code within an HTML document, while <pre> tag creates formatted flow text. The main difference between them lies in how they handle whitespace - the pre tag preserves all spaces and line breaks, whereas the code tag does not.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a bootstrap 4 card?
Explain what is list group in Bootstrap and what is the use of it?
Why bootstrap is used for mobile web development?
Which classes can be applied to button group instead of resizing each button?
Do you know why to choose bootstrap for building the websites?
Why is it called bootstrap?
Can you use bootstrap with react js?
How many colors in bootstrap 4?
What is column ordering in Bootstrap?
Explain me how many different media queries are used by the bootstrap grid system by default?
what are the steps for creating basic or vertical forms?
How will you create a bootstrap panel with heading?