Which of the following specifies the width of an outline?

[amp_mcq option1=”outline-size” option2=”outline-width” option3=”outline-height” option4=”both a and b” correct=”option2″]

The correct answer is B. outline-width.

Outline-width is a CSS property that specifies the width of an outline. It is a length value, and the default value is 0.

Outline-size is a CSS property that specifies the size of an outline. It is a length value, and the default value is 0.

Outline-height is a CSS property that specifies the height of an outline. It is a length value, and the default value is 0.

Therefore, the only property that specifies the width of an outline is outline-width.