how to change backround color of html code example
Example: html background color
<html>
<body style="background-color:red;">
<p> test <p/>
<body/>
</html>
<html>
<body style="background-color:red;">
<p> test <p/>
<body/>
</html>