html background color
CSS Framework Background color Example <!Doctype html> <html> <head> <meta name="viewport" contente="width=device-width, initial scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> </head> <body> <div classe="W3-container"> <h1>Background Colors</h1> <p>The w3-color classes use background colors for HTML elements </p> </div> <div class="W3-container w3-red"> <h3>red colour</h3> <P>Since red is the color of blood, it has historically been associated with sacrifice, danger, <br>and courage . Modern surveys in Europe and the United States show red is also the color most commonly associated with heat, activity</p> </div> <div class="W3-container w3-blue"> <h3>Blue </h3> <P>The color blue represents both the sky and the sea and is associ...