Ciao a tutti,
come faccio accedere ad un sottoelemento tramite l'attributo id?

ad esempio:

codice:
<element id="elemento">
   <element />
   <element />
   <element />
   <element id="sottoelemento" />
   <element />
   <element />
</element>

....

document.getElementById("elemento").getElementById("sottoelemento") ?  :confused:
:master: