Without CSS how to set single image as background on mobile browser in HTML not html5

Hello friends, welcome to master arts question hub here.

Without CSS how to set single image as background on mobile browser in HTML not html5. What you think its possible? Yes it’s possible without using external css. You have to add image url in body atribute by style function like this

<body style="background-image: url("img_girl.jpg");
height: 100%;
background-position: center;
  background-repeat: no-repeat;
  background-size: cover;">

If you thik without any css background image is not possible. You have to use css for this. You do anything with css in your site becose HTML and css must need for every site. If you are thinking that without creating a site or setting a background without them, then it is not possible to do so. Friends, if any such function has come, then also tell us by commenting. If the background image display can be done without touching Css.

Thank you frirnds if you have any doubts about this or anything else you can write us. We will definatly help you.

Happy coding