1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<div class="alert note">
<em>Note</em>
<p>Useful information that users should know, even when skimming content.</p>
</div>
<div class="alert tip">
<em>Tip</em>
<p>Helpful advice for doing things better or more easily.</p>
</div>
<div class="alert important">
<em>Important</em>
<p>Key information users need to know to achieve their goal.</p>
</div>
<div class="alert warning">
<em>Warning</em>
<p>Urgent info that needs immediate user attention to avoid problems.</p>
</div>
<div class="alert caution">
<em>Caution</em>
<p>Advises about risks or negative outcomes of certain actions.</p>
</div>
|