How to add a background picture in HTML in full size
How to add background picture in html page
First of all we need a background picture URL. After getting the URL You need to do enter the URL in ( ) that's are available in the code. Paste this code in style and in body.
Code
background-image: url(your URL Goes here) ;
*if you want that your background display in full screen in 1 image then
Code
background-image: url(your URL Goes here) ;
background-repeat: no-repeat
Comments
Post a Comment
If you have any doubt then comment