in English
關閉圖標
使用通用關閉圖標來關閉模式和警報等內容。
一定要包括屏幕閱讀器的文本,就像我們所做的那樣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>