CSS Attributes Quiz Test Your CSS Skills: Beginner’s Quiz 1 / 5 Which brackets are used in CSS attribute selectors? [] () {} tag 2 / 5 Which CSS selector targets all input elements with type="text"? input#text input.text input{text} input[type=”text”] 3 / 5 Which selector targets elements that have a title attribute? #title title() .title [title] 4 / 5 What is a CSS attribute selector used for? To add JavaScript functions To create animations To connect external files To select elements based on their HTML attributes 5 / 5 Which CSS selector matches links with target="_blank"? a[target=”_blank”] a{target=”_blank”} a.target=”_blank” a#target=”_blank” Your score isThe average score is 0% 0% Restart quiz Send feedback