0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<p>The background image can be assigned using the CSS property background-image. This can be done as follows:</p>
1
<p>The background image can be assigned using the CSS property background-image. This can be done as follows:</p>
2
selector { background-image: url("image-address"); }<p>The image address must be enclosed inside url("..."). The addresses for the background images work in the same way as addresses for regular images, which you learned how to specify in the section about<a>links and images</a>.</p>
2
selector { background-image: url("image-address"); }<p>The image address must be enclosed inside url("..."). The addresses for the background images work in the same way as addresses for regular images, which you learned how to specify in the section about<a>links and images</a>.</p>
3
<p>An element can be assigned both a background color and a background image. In this case, the image will be displayed over the background color.</p>
3
<p>An element can be assigned both a background color and a background image. In this case, the image will be displayed over the background color.</p>
4
<p>In this section, we will use some excellent icons created by <a>Denis Sazhin</a>to create experimental images.</p>
4
<p>In this section, we will use some excellent icons created by <a>Denis Sazhin</a>to create experimental images.</p>