HOW TO ADD BACK GROUND IMAGE IN HTML.
First of all you should add the basis tag.
<html>
<head>
<title>
---------then close tag
</title>
</head>
<body>
<background="locationcopy\h.jfif" >Then close this tag as</background>now closes
</boby>
</html>
Remember that; we add background image in body tag .
first write as;<body background="image link">we write image link always in inverted commas. you can add image link from online website such as google chrome e.t.c .OR You can also add image link on your computer or laptop folder. After selecting the picture ,do right click and go to their properties.
Then select location and copy this .After this add back slash write name of picture and then dot name of
file .
you can do practice this on notepad by copying the above tags.