Bootstrap 4 uses collection of content methods for displaying the text, blocks of code, responsive images, data in a tabular format etc on the web page.
The following table lists down the content methods which you can use to manipulate the Bootstrap 4 −
S.No. | Methods & Description |
---|---|
1 |
The typography feature creates headings, paragraphs, lists and other inline elements. |
2 |
It is used to display inline and multiline blocks of code in the document. |
3 |
Bootstrap 4 provides support for images by using <img> tag. |
4 |
Tables are used for displaying the data in a tabular format. |
5 |
The figure element specifies the content along with related images with an optional caption. |