css background coor code example
Example 1: css coor background
body {background-color: coral;}
Example 2: css background collor
<style>
body {
background-color: coral;
}
</style>
body {background-color: coral;}
<style>
body {
background-color: coral;
}
</style>