10) What are Bootstrap panels? Explain how to create a Bootstrap panel with a heading.

Bootstrap panel components are used for putting your DOM component in a box. To get a basic panel, simply add .panel and .panel-default classes to the

element. There are two ways of adding panel heading to a Bootstrap panel:

Use any of the

,

,

,

,

, or

tags with a .panel-title class
You can also use the .panel-heading class

Leave a Reply