“关闭”图标用于关闭内容,如模式和警报。像我们使用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>