1.
Which method is used to measure the width of a text string in HTML5 canvas?
2.
What does the textAlign property in HTML5 canvas determine?
3.
Which value of textAlign aligns text to the right in HTML5 canvas?
4.
What does the textBaseline property in HTML5 canvas define?
5.
Which value of textBaseline aligns text to the top of the bounding box in HTML5 canvas?
6.
What is the purpose of the measureText method in HTML5 canvas?
7.
Which property is used to set the horizontal alignment of text in HTML5 canvas?
8.
Which value of textAlign aligns text to the center horizontally in HTML5 canvas?
9.
Which property is used to set the vertical alignment of text in HTML5 canvas?
10.
Which value of textBaseline aligns text to the middle vertically in HTML5 canvas?