131k views
4 votes
.Use ___________ positioning to configure the location of an element to remain the same and to not move even when the web page is scrolled within the browser viewport.

- static
-relative
-fixed
-absolute

1 Answer

4 votes

Answer:

Fixed positioning is used to configure the location of an element to remain the same and to not move even when the web page is scrolled within the browser viewport.

User Isaced
by
8.5k points