Meenal wants to set an image as background of a webpage .which property can she use for this purpose
Answers
Answered by
8
Answer:
Virtual Background Property
Answered by
2
The 'background' property is mainly a tachygraphy property for setting the discrete background properties
• To make the background image of any webpage, always use the CSS style.
• Under the CSS <style> tag, put the property background-image.
• The property sets a graphic for example jpg, png, SVG, gif, etc.
• HTML5 do not allow the <body> background feature, therefore CSS is used to vary set background image.
Hope it helped...
Similar questions