bootstrap link images to page code example
Example 1: bootstrap img src
<img src="..." class="rounded mx-auto d-block" alt="...">
Example 2: How to insert an image in bootstrap 4
<img src="path to image" class="description" alt="Rounded Image">
<img src="..." class="rounded mx-auto d-block" alt="...">
<img src="path to image" class="description" alt="Rounded Image">