3

チームが取り組んでいるhtmlをやり直しています。html5タグを変更できるかどうか疑問に思っていました。具体的には、テーブルではなく画像にタグを使用したいと思います。

w3schoolsで:

*Definition and Usage: The <caption> tag defines a table caption. The <caption> tag must be inserted immediately after the <table> tag. You can specify only one caption per table. Usually the caption will be centered above the table*.

これらすべての要件からこのタグを削除するにはどうすればよいですか?

4

1 に答える 1

8

あなたが求めているのは、教科書などで見られるような画像に注釈を付けるために使用されるタグ<figure>とタグだと思います。<figcaption>キャプションは特にテーブル用です。

于 2011-05-23T19:38:23.640 に答える