5
Answers

JQuery Selectors in Java

Dipa Mehta

Dipa Mehta

5y
1.1k
1
<ul id="languages">
<li>Java</li>
<li>
<ul id="web">
<li>JavaScript</li>
</ul>
</li>
<li class='functional'>List</li>
</ul>
 
In this coded which are the selectors. Please explain them.
Answers (5)