In Bootstrap what are the two ways you can display the code?
Answer Posted / Dharm Prakash Pawan
Bootstrap provides two predefined classes to display code: .pre-tag and .pre-wrap. The .pre-tag class formats the text with a monospace font and adds line numbers. The .pre-wrap class allows text wrapping when the browser window is resized, ensuring that long lines of code do not break.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers