<html>
<body>
<h2 style="background-color:tomato;">Background color of h2 tag is tomato</h2>
<h2 style="background-color:dodgerblue;">h2 tag background color is dodgerblue</h2>
<p style="background-color:orange;">
You should always give a good background color which blends with other HTML elements properly.
</p>
</body>
</html>