<style>
p {
color: red;
}
.bg-blue {
background: blue;
}
#guoguo {
font-weight: bold;
}
</style>
<p class="bg-blue" id="guoguo">果果真可爱</p>
<h5 class="bg-blue">果果真可爱</h5>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.