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