Answer & Solution
Answer: Option A
Solution:
To set the width of an HTML element using JavaScript, you can modify the style property of the element. For example, element.style.width = "width"; sets the width of the element to the specified width.