Answers for "caption in hhtml"

1

caption in hhtml

The HTML <caption> tag defines the title of a table in the HTML document.
Browsers traditionally render the text found in the <caption> tag above the 
table, but you can change this behavior with the CSS caption-side property. 
This tag is also commonly referred to as the <caption> element.
Posted by: Guest on December-25-2021

Browse Popular Code Answers by Language