The background-image property sets the background image of an element.
<style type="text/css"> body { background-image: url("/img/parsley_s.jpg"); } </style> <div> Hello world </div>
The background-image property sets the background image of an element.
<style type="text/css"> body { background-image: url("/img/parsley_s.jpg"); } </style> <div> Hello world </div>