Answer & Solution
Answer: Option A
Solution:
You can show an HTML element using JavaScript without affecting its layout position by setting its display property to "block" or "inline". This removes the element from the layout, effectively showing it without leaving empty space where the element was.