Computer Science, asked by neev1909, 10 months ago

How to put background picture in HTML? 10 points and best answer gets Brainly.

Answers

Answered by K4i
1

<body background = "image url"> </body>

if you've created different css page for it.

then it'll be,

body {

background-image : url("xyz");

}

Answered by reshmiprasad
1

Answer:

1

Upload your image. There are many free image hosting services, such as Picasa Web Albums, Imgur, Flickr, or Photobucket. Read the terms carefully

2 Open your HTML file. Open the HTML document for the web page where the image will be displayed.

3)Begin with the img tag.

4)Find the URL of your image.

5)Place the URL in a src attribute

6)Add an alt attribute

7)Save your changes

8)Change the size of the image.

9)Add a tooltip.

10)Make it a link.

Similar questions