(2) CSS Odd One Out

  1. #footer{float:left;}

  2. a{ float:left;}

  3. *{ float:left;}

  4. .footer{ float:left;}

View Answer
  1. a:active

  2. a:focus

  3. a:link

  4. a:visited

View Answer