0

Which syntax can i use to add background image on a webpage

adding img

8th May 2019, 7:53 PM
dickens Ochieng'
2 odpowiedzi
+ 1
HTML: <body style="background-image: url(http://www.sololearn.com/images/tree.jpg); background-repeat: no-repeat;"></body> or CSS: body{ background-image: url(http://www.sololearn.com/images/tree.jpg); background-repeat: no-repeat; }
8th May 2019, 8:44 PM
Solo
Solo - avatar