Answer & Solution
Answer: Option D
Solution:
By setting the CSS display property to "block" or "inline" using JavaScript, you can show an HTML element. For example, element.style.display = "block"; will display the element by setting its display property to "block".