Méthodes de sélection
document.querySelector('#test .paragraphe span');document.querySelectorAll('#test .paragraphe span');Last updated
document.querySelector('#test .paragraphe span');document.querySelectorAll('#test .paragraphe span');Last updated