Q81. Which property is used to control the scrolling of an image in the background?
The **`background-attachment`** property controls whether a background image scrolls along with the enclosing page content or remains fixed in a viewport position: ### Pr...