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