Caption tag in HTML is used with table. It is used to represent the title of the table.
tag is used exactly after
tag. One can use only one caption tag at a time. With the help of CSS, one can fit
with a table in responsive web design format.
tag is used within table body. It is used as first tag after
tag.
is combination of different tags like
. Among these tags
tag is important while creating table , which is used to create table head,
for creating table rows and
is for creating table column.
Syntax:
Let’s see the actual syntax for defining the Caption tag in HTML code:
<caption>title text</caption>
As shown above code
tag enclosed in
tag. It will give the title to your table. After that, whole table data will be displayed below this caption.
List of Caption Tags in HTML
: Give caption to the table
:
tag enclosed with
tag
: To create table head, column & row
: To set alignment of caption.
Why we use Caption Tag in HTML?
Whenever we are going to define some data into the tabular format by using a table.
So, showing this data in a table with some unique title is the main motto of the user. This kind of title is displayed with the help of the
tag in HTML.
This is enclosed between the starting and ending tag of
, which is placed after
tag. One table must have one caption tag in the table body.
Working of Caption Tag in HTML
As earlier, we discussed that the caption tag is used with the Table tag. It is used with different attributes like common attributes, Global attributes and event attributes.
Now we will see how these attributes are helpful with working of caption tag:
1. Align: This attribute is used with some values for aligning your caption with reference to the table. The values included in it like: left, right, top and bottom.
2. Global attributes: Global attributes in HTML are supported by
tag.
accesskey: This element works as a shortcut for activating or focusing on some specific elements.
dir: It is used to give proper direction to the text in the content of the element.
class: classnames are used to define CSS to a specific element in HTML. One can use one or two classnames for a particular element and give them CSS properties.
contenteditable: This attribute is used to define whether one can edit or not in a given content element.
draggable: It is used to define whether the given element is draggable or not by the user.
dropzone: This attribute is related to the draggable attribute. It’s used to copy or move elements when it dropped to a particular location.
id: id to element is used to define a unique identification name to the particular element.
lang: This attribute in
tag used to define language in which content is written. spelling grammatically or
Spellcheck: This attribute states that the element is checked with its spelling and grammatically.
style: This is a very important attribute used in the caption tag for providing inline CSS property to the element.
translate: most important attribute to give details of an element like whether it can be translated or not.
3. Event attributes: HTML
tag handles various event attributes too, they are as follows:
onafterprint: This event triggered successfully once the document gets printed.
onbeforeprint: This kind of script gets executed before the actual printing of the document.
onbeforeunload: This script get executed when our document is getting to be unloaded.
onerror: this event attribute is executed when an error occurs in the document.
onload: this script generated when the actual loading of the page gets completed.
onmessage: whenever a message is triggered, this event occurs.
From all the above details regarding the caption, the tag explains terms; this is used to give title for the table. The caption is enclosed in between
tag into the table body. It works on different attributes like align attributes, global attributes, as well as some event, attributes to trigger the event on the caption tag.
Das obige ist der detaillierte Inhalt vonBeschriftungs-Tag in HTML. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn