select all <a> links which are paragraph tags? help me with that question I don't understand that question. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

select all <a> links which are paragraph tags? help me with that question I don't understand that question.

17th Mar 2017, 6:54 PM
Elyazer Emmanuel
Elyazer Emmanuel - avatar
2 Answers
0
like $('a p') ? where is this question?
17th Mar 2017, 7:04 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
0
If you need it in CSS, it will be like below: a p { property: value; }
17th Mar 2017, 7:16 PM
Saidmamad Gulomshoev
Saidmamad Gulomshoev - avatar