Gagandeep has written the following code to display an image in the background of HTML document:
<BODY Bg Ground= “Animals.jpeg">
but he is not getting the desired output. Help him in identifying correct code from the following
a.<BODY Bg= “Animals.jpeg”>
b. <BODY BACK= “Animals.jpeg”>
c. <BODY BGIMAGE= “Animals.jpeg”>
d. <BODY BACKGROUND= “Animals.jpeg”>