Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How do you make a picture into a background image of a web page?

user-image
Question added by Feras Abualrub , Web Solutions Manager , Qistas for Information Technology
Date Posted: 2015/04/19
Mohammad Ahmad
by Mohammad Ahmad , Web Designer , Websol

we can make background image using CSS and as well as in html. in html we write in-line style and define the background in body tag. and in CSS file we also define background image in body CSS.

IN HTML  <body style="background:url('../images/.jpg')"> </body>or <body background="../images/.jpg">

IN CSS  body{

                          background: background: url('../images/.jpg');                      

}

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.