πŸ“Š HTML
Q. Which of the following selectors selects all E elements with the attribute Attr that ends with the given value?
  • (A) E[attr^=value]
  • (B) E[attr$=value]
  • (C) E[attr*=value]
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (B) E[attr$=value]

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
160
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
92%
Success Rate