in Bootstrap by (111 points)
How will you create a Bootstrap panel with heading?

1 Answer

0 votes
by (14.1k points)
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

+1 vote
asked Jun 1, 2020 in Bootstrap by SakshiSharma (32.2k points)
+2 votes
asked Jun 1, 2020 in Bootstrap by SakshiSharma (32.2k points)
0 votes
asked Feb 14, 2020 in Bootstrap by SakshiSharma (32.2k points)
...