write
a program using html
y the bakground colour of the compi
Should be given
ii) treat color Shuld be red
iii) Heading Shoud be large with font
iv) Description of Company should be in
blue Colur
Answers
Answered by
0
Answer:
- For Background color:-
<style>
body {
background-image: url(w3s.png);
}
</style>
- For text color:
<style>
body {
color: green;
}
</style>
Explanation:
Mark me brainliest
Similar questions