Hello, I have an html that has the following sample sequence:
<links class="canais-teste"> CANAL 1 <links/>
There are about 80 excerpts of these, I wanted to get only the contents of these tags, in the case of "CHANNEL1", how can I do this with pure javascript?