チームが取り組んでいる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*.
これらすべての要件からこのタグを削除するにはどうすればよいですか?