Close icon
モーダルやアラートなどのコンテントの閉じるボタンに活用できます。
スクリーンリーダーのために aria-label を追加しましょう。
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>モーダルやアラートなどのコンテントの閉じるボタンに活用できます。
スクリーンリーダーのために aria-label を追加しましょう。
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>