How many child elements does this div element have nested inside of it?
- Two
- One
- The
div has no child elements The div has no child elements.
<html> <body> <p> Testing your webcam... </p> <div> </div> <p> Check settings to make sure the webcam is enabled. </p> </body> </html>]]>