How To Learn HTML Style-Background Color
HTML Style-Background Color
The background color defines
the background color for the element.This element change a website background color. It very esaintial
for in a html style. So do not let, let go to learn html style background color
from web tutorials…....
At first open your notepad and type this code who show in the image..
Or, Copy this code,
<!DOCTYPE html>
<html>
<body style="background-color:black;">
<h2 style="background-color:red;">This is a heading web tutorilas </h2>
<p style="background-color:green;">This is a paragraph.</p>
</body>
</html>
Then save notepad with html document.Your browser show like this picture..
Change necessary code who you want. Enjoy it.....