Answer Posted / Rachna
Inline positioning in CSS allows you to place an element on a line without affecting the layout of other elements. Inline positioning can be achieved by using the 'inline' value for the CSS property 'display'. It differs from normal positioning (block or block container), which positions components on a new line and affects the layout around it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers