+ 10
Selectors
This is the question! I cannot get the last bit right! Select all <a> links which are inside paragraph tags. *(“***”) The * represent blank spaces that I need to fill in!
14 odpowiedzi
+ 3
You should specify jQuery then.
$("p a")
https://www.w3schools.com/jquery/jquery_ref_selectors.asp
+ 2
This doesn't make sense.
p a { /* stuff */ }
Should suffice.
https://www.w3schools.com/cssref/css_selectors.asp
+ 1
The question itself isnt clear
0
thanks i think the wuestion was realky old!
0
man that was months ago!
0
<spam links redacted>
0
<spam redacted>
0
This question is too old
0
<spam redacted>
0
https://code.sololearn.com/WlR8V4LEezmG/?ref=app
0
https://code.sololearn.com/WbI5Dvh1kiFH/?ref=app
https://code.sololearn.com/cpjr8SAyrg0e/?ref=app
https://code.sololearn.com/WNoHZS18D3s8/?ref=app
https://code.sololearn.com/cwFYYMkYezKb/?ref=app
https://code.sololearn.com/WuX3k45VhH4S/?ref=app
https://code.sololearn.com/cpvNMMGj9NDh/?ref=app
https://code.sololearn.com/c8gJ8aoWHzxG/?ref=app
https://code.sololearn.com/WJ4QsA9S3e7K/?ref=app
https://code.sololearn.com/WJS2vE4DoZJr/?ref=app
https://code.sololearn.com/WICJLL5KS63o/?ref=app
https://code.sololearn.com/WMCDi4a3kVu1/?ref=app
https://code.sololearn.com/Wx4nv40RqHbV/?ref=app
https://code.sololearn.com/Wgxh44A5D4Xt/?ref=app
https://code.sololearn.com/cYs9ykYyq3b2/?ref=app
https://code.sololearn.com/W0j6WVzk0f8f/?ref=app
https://code.sololearn.com/W3yzZnl5R35i/?ref=app
https://code.sololearn.com/WbWhRG56yd2F/?ref=app
https://code.sololearn.com/cyRsA9ZAfY8z/?ref=app
https://code.sololearn.com/c01KdPuDZ2R0/?ref=app
https://code.sololearn.com/cMvutDKLp7l4/?ref=app
https://code.sololearn.com/c2pRm9QOhZis/?ref
0
<a href =https //www.google.com >Google </a>
- 1
Nope, that didnt work! the soace within the patenthesis is only 3 characters long! and the first star is a $ sign!