Consider following HTML snippet:

<div>
    <h3>Hello World</h3>
    <p>Hello <span class="name">Mr Quiz</span>!</p>
    <p>
        <span>My name is James</span>
    </p>
    <fieldset>
        <legend>Текст</legend>
        <p>Текст</p>
    </fieldset>
</div>
How many <p> element will select the $("div p") jquery selector?
Explanation
$("div p") will select all <p> element that are inside the div element.

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести