+ 1
how to add backgroud color in html
18 Respuestas
+ 1
thanks bro
+ 1
bro not working in wapka
+ 1
bro its showing error in wapka
+ 1
okay wait
+ 1
wapka is not suporting css
+ 1
wapka with html
+ 1
okay depak
0
By using command bgcolor="specify color."
0
naveem can add text also i mean give me full code
0
<html>
<body bgcolor="#E6E6FA">
<h1>Hello world!</h1>
<p><ahref="Follow me and like my post">Naveen</a></p>
</body>
</html>
0
follow me too for future help
0
You asked for HTML and these codes are sure working.
0
You can use following tag for background color-
<body bgcolor="#00ff00">
where 00ff00 is the code for green.
you can find color codes on Google also.
To add background image use--
<IMG SRC="image name.it's extension">