In how many ways can we position an HTML element? Or what are the permissible values of the position attribute?
Sandhya Answered question June 23, 2023
There are five different position values:
- static.
- relative.
- fixed.
- absolute.
- sticky.
Sandhya Answered question June 23, 2023
