如何 - 笔记
了解如何使用 CSS 创建“笔记”。
笔记
笔记可用于提醒用户一些特殊情况:危险、成功、信息或警告
危险! 一些文本...
成功! 一些文本...
信息! 一些文本...
警告! 一些文本...
如何创建笔记
步骤 1) 添加 HTML
示例
<div class="danger">
<p><strong>危险!</strong> 一些文本...</p>
</div>
步骤 2) 添加 CSS
提示: 还可以查看 警报.
了解如何使用 CSS 创建“笔记”。
笔记可用于提醒用户一些特殊情况:危险、成功、信息或警告
危险! 一些文本...
成功! 一些文本...
信息! 一些文本...
警告! 一些文本...
<div class="danger">
<p><strong>危险!</strong> 一些文本...</p>
</div>
提示: 还可以查看 警报.
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]