Introduction to Caption Tag in HTML
Introduction to Caption Tag in HTML Caption tag in HTML is used with table. It is used to represent the title of the table. <caption > tag is used exactly after <table>tag. One can use only one caption tag at a time. With the help of CSS, one can fit <caption> with a table in […]