What are the two codes used for code display in bootstrap?
Answer Posted / Ravindra Verma
In Bootstrap, you can use <code> and <pre> tags to display code. The <code> tag is used for short snippets of code, while the <pre> tag is used for larger blocks of code with line breaks preserved.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers