Answer:
static positioning
Explanation:
static positioning in cascading style sheets are refer to that form of positioning in which location or positioning of elements are fixed to consider browser. It is remained independent with respect to positioning of element and page.
static position is refer to the fixed position of the elements irrespective of the movement of the page position of browser window
Answer:
The correct answer to the following answer will be Fixed.
Explanation:
The CSS property position "defines a form of positioning method (static, relative, fixed, absolute) used for an element".
Position: fixed- An element with its fixed position on the visual stream, which ensures that it remains at the same location even when the page is scrolled. The entity is placed using the top, center, bottom and left properties.