Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. CSS: Given this code:
  2. <body>
  3. <ul>
  4. <li></li>
  5. <li></li>
  6. <li></li> <-
  7. <li></li>
  8. </ul>
  9. </body>
  10. How can you select ALL <li> EXCEPT the one marked with an arrow, you cant add classes or Ids to the given HTML
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement