HTML figcaption tag <figcaption> is used to classify a caption for an element of HTML figure type. In other words we can say that, whenever we want to provide caption to HTML Figure type we use the HTML figcaption tag. HTML figcaption tag should be either first or last child of the HTML Figure tag. […]