How to use caption tag in HTML
This article mainly introduces how to use the caption tag in HTML. It is very detailed and has a certain reference value. Friends who are interested must finish it!
HTML tag instance
Table with title:
Monthly savings
Month
Savings
January
$100
Browser support
All major browsers support tags.
Label definition and instructions for use
The label defines the title of the table.
The label must be placed directly after the label.
You can define only one title for each table.
Tip: usually this title will be centered on the table. However, the CSS attributes "text-align" and "caption-side" can be used to set the alignment and display position of the title.
The difference between HTML4.01 and HTML5
The align attribute is not supported by HTML5.
HTML4.01 has deprecated the align property.
Global attribute
Tags support the global properties of HTML.
Event attribute
The tag supports the event attribute of HTML.
The above is all the content of the article "how to use caption tags in HTML". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!