CSS Background color property

  • Post category:CSS

Get the code of CSS Background color property and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.

<h1
style="background:yellow;"    
    >Background color</h1>
<h1
style="background:pink;"    
    >Background color</h1>
<h1
style="background:cyan;"    
    >Background color</h1>