<!-- Caption on the left --><figureclass="figure"><imgsrc="path-to-image"class="figure-img"alt="..."><figcaptionclass="figure-caption">Caption on the left</figcaption></figure><!-- Caption in the center --><figureclass="figure"><imgsrc="path-to-image"class="figure-img"alt="..."><figcaptionclass="figure-caption text-center">Caption in the center</figcaption></figure><!-- Caption on the right --><figureclass="figure"><imgsrc="path-to-image"class="figure-img"alt="..."><figcaptionclass="figure-caption text-end">Caption on the right</figcaption></figure>
// Caption on the leftfigure.figureimg(src="path-to-image",alt="...").figure-imgfigcaption.figure-captionCaption on the left// Caption in the centerfigure.figureimg(src="path-to-image",alt="...").figure-imgfigcaption.figure-caption.text-centerCaption in the center// Caption on the rightfigure.figureimg(src="path-to-image",alt="...").figure-imgfigcaption.figure-caption.text-endCaption on the right