2
Hi, I have an html that has the following example sequence:
<links class="canais-teste"> CANAL 1 <links/>
There are some 80 excerpts of these, I wanted to only take the contents from within these tags, in this case the "CANAL1", how can I do this with pure javascript?
Lucas, in the case of HTML there are several links tags, but with different classes, how do I get the data of the links tag of this specific class and that is within a span tag? <span class="display-name "> <span> Zero Bugs </span> </span>
– JdsMedeirosBR