10. You are using canvas to create an outline of a rectangle. What part of the following code creates the outline without a fill color?
context.strokeStyle = "red";
context.strokeRect(10,20,200,100);
a) context.strokeStyle
b) 10,20
c) 200,100
d) context.strokeRect