1.
Which property is used to set the font size in HTML5 canvas text?
2.
What value is used to set the font family to Arial in HTML5 canvas text?
3.
Which property is used to set the font weight in HTML5 canvas text?
4.
What value is used to set the font size to 20 pixels in HTML5 canvas text?
5.
Which property is used to set both font size and font family in HTML5 canvas text?
6.
What value is used to set the font family to Times New Roman and font size to 24 pixels?
7.
Which property is used to set the font style to italic in HTML5 canvas text?
8.
What value is used to set the font weight to bold in HTML5 canvas text?
9.
Which property is used to set the font size, font family, and font weight simultaneously?
10.
What value is used to set the font size to 18 pixels and font family to Verdana?