
The lists correspond to codes on their right. Set of Lists: List 1: Home, Men, Women, Kids, House, Garden, Contact. Code for list 1: StartProperty l i EndProperty : hover open curly brace ellipsis close curly brace. House in list 1 is highlighted and a cursor is placed on it. List 2: Home, Men, Women, Kids, House, Garden, Contact. Code for list 2: StartProperty l i EndProperty : first-child open curly brace ellipsis close curly brace. Home is highlighted in list 2. List 3: Home, Men, Women, Kids, House, Garden, Contact. Code for list 3: StartProperty l i EndProperty : nth hyphen child open parenthesis 2 n close parenthesis open curly brace ellipsis close curly brace. Men, Kids, and Garden are highlighted in list 3. List 4: Home, Men, Women, Kids, House, Garden, Contact. Code for list 4: StartProperty l i EndProperty : nth hyphen child open parenthesis 2 n minus 1 close parenthesis open curly brace ellipsis close curly brace. Home, Women, House, and Contact are highlighted in list 4.
The links correspond to codes on their right. Set of Links: Link 1: Arsenal. Code for link 1: StartSelector “a” colon link EndSelector colon open curly brace ellipsis close curly brace. Arsenal in link 1 is written with an underline in green indicating it as a link that has not been visited. Link 2: Chelsea. Code for link 2: StartSelector “a” colon visited EndSelector colon open curly brace color colon royal blue close curly brace. Chelsea in link 2 is written with an underline in royal blue indicating it as a link that has been visited. Link 3 colon Liverpool. Code for link 3: StartSelector “a” colon hover EndSelector colon open curly brace color colon lavender semicolon background hyphen color colon hotlink close curly brace. Liverpool in link 3 is written with an underline in white and is highlighted in hot pink indicating it as a link that has been visited. Link 4: Manchester United. Code for link 4: StartSelector “a” colon active EndSelector colon open curly brace font-weight colon bold close curly brace. A cursor with a subscript click is placed on Manchester United in link 4, which is written in a bold font. Link 5: West Ham United. Code for link 5: StartSelector “a” colon link colon last hyphen child EndSelector colon open curly brace text hyphen decoration colon none close curly brace. Ham in link 5 is highlighted. Note: Pseudo selectors can be combined is written below link 5.
Back