Run ❯
Get your own website
❯Run Code Ctrl+Alt+R
Save Code Ctrl+Alt+A
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
What will $("div > span") select?
This div element has two direct child elements, p and span:
This is a paragraph.
This is a text inside a span.
This div element has one direct child element, p:
This is a paragraph. This is a span element, inside the paragraph.