HTML CODE TO CREATE WEBPAGE WITH
Back Ground Colour "green" or "yellow" and text
Colour "Red" or "Blue".
plz answer this question
Answers
To change the web page's background color, the bgcolor attribute of the body tag is used.
To change the text color of the complete webpage, the text attribute of the body tag is used.
_________________________________________
< html >
< head > < title > Anything you want < /title > < /head >
< body bgcolor="green/yellow" text="red/blue" >
.
.
.
< /body >
< /html >
⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀
To change the web page's background color, the bgcolor attribute of the body tag is used.
To change the text color of the complete webpage, the text attribute of the body tag is used.
_________________________________________
< html >
< head > < title > Anything you want < /title > < /head >
< body bgcolor="green/yellow" text="red/blue" >
.
.
.
< /body >
< /html >
_____________________________________