How do you implement popover in HTML?
To create a popover, add the data-toggle="popover" attribute to an element. Note: Popovers must be initialized with jQuery: select the specified element and call the popover() method.
Which attribute is used to store the popover content?
Via data-* Attributes
The data-content attribute specifies the text that should be displayed inside the popover's body.