0 votes
in Bootstrap by
How will you create a Bootstrap panel with heading?

1 Answer

0 votes
by
There are two ways by which we can add panel heading.

First is, we can directly use .panel-heading class to add heading container in a panel and the second way is by using any heading tag like <h1> to <h6> with a .panel-title class to give more styles on the heading.

Related questions

0 votes
asked Feb 14, 2020 in Bootstrap by SakshiSharma
0 votes
asked Jan 22, 2020 in Bootstrap by rahuljain1
...