Page 1 of 1

A developer used title='1 writtenNotes - Notepad' as an attribute of a selector. The first character of the Notepad file

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer used title='1 writtenNotes - Notepad' as an attribute of a selector. The first character of the Notepad file name changes dynamically based on the .txt file used to open the file.
If the developer wants the selector to identify the Notepad by everything but the first character, how should title be replaced?

A. title='* writtenNotes - Notepad'
B. title='? - Notepad'
C. title='? writtenNotes - Notepad'
D. title='* - Notepad'