Tell me how will you create a bootstrap panel with heading?
Answer Posted / Meeta Rani
To create a Bootstrap panel with a heading, you can use the 'card' class along with the 'card-header'. Here is an example:n```htmln<div class="card">n <div class="card-header">Panel Heading</div>n <!-- Panel content goes here -->n</div>```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers