+ 2

Background is not made by html and css

26th May 2017, 1:37 PM
Deepak Aggarwal
Deepak Aggarwal - avatar
3 Answers
+ 4
c++ do not work with html. HTML, CSS, JavaScript and PHP. <body style="background:black;">
26th May 2017, 2:10 PM
Emore Anzolin
Emore Anzolin - avatar
+ 1
it is made from image file or color. You still can use javascript to add background into html or via css.
26th May 2017, 1:42 PM
Setiawan Next
Setiawan Next - avatar
+ 1
c++ is not use for web development use to change the background of webpage:- html <body style="background-color:red;"> </body> ----------------------------------------------------------- css body{ background-color:red; }
26th May 2017, 6:42 PM
Rajeev Jain
Rajeev Jain - avatar