MCQOPTIONS
Saved Bookmarks
| 1. |
_Which of the following selector selects all elements of E that have the attribute attr that end with the given value?$? |
| A. | E[attr^=value] |
| B. | E[attr$=value] |
| C. | E[attr*=value] |
| D. | none of the mentioned |
| Answer» C. E[attr*=value] | |