cara menambahkan latar belakang ke teks di html

.white_bg 
{
    background-color: #ffffff;
    padding: 3px; /*add this if you want a bit of space around the text*/
}

<span class="white_bg">Your text here</span>
POOP