A developer used
A developer used
In order to create a selector that can identify any file name in the ACME Application window, the developer should use a wildcard character to represent the dynamic part of the title. The asterisk (*) is the correct wildcard character to use in this context, as it matches any number of characters. Therefore, the attribute should be modified to <title=’* - ACME Application’>.
Wrong answer
A. <title=’* - ACME Application’>
Ans : A
A is right