Difference between absolute & relative
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Yash Raikwar 6 years, 7 months ago
- 1 answers
Related Questions
Posted by Suman Devi 1 year, 3 months ago
- 1 answers
Posted by Saumya Singh 1 year, 4 months ago
- 0 answers
Posted by Ketan Thakur 1 year, 2 months ago
- 3 answers
Posted by Ansh Gautam 1 year, 3 months ago
- 0 answers
Posted by Hamza Ansari 1 year, 1 month ago
- 0 answers
Posted by Moksh Sahu 1 year, 6 months ago
- 1 answers
Posted by Rakesh Sarkar 1 year, 4 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Sia ? 4 years, 3 months ago
Relative Position: Setting the top, right, bottom, and left properties of an element with position: relative; property will cause it to adjust from its normal position. The other objects or elements will not fill the gap.
Syntax: position: relative;
Absolute Position: An element with position: absolute; will cause it to adjust its position with respect to its parent. If no parent is present, then it uses the document body as parent.
Syntax: position: absolute;
0Thank You