0
I am a beginner in programming and am putting together a list using thead and I was wondering how can I put an image inside the <th>.
My code below:
<thead>
<tr>
<th>#</th>
<th>Rádio Vale FM</th>
<th>04.362.624/0001-00</th>
</tr>
</thead>
And how he’s showing up on the website:

I want to put an image there where the #. How can I do that?
Thus
<th><img src="URL_DA_IMAGEM" /></th>?– NoobSaibot
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
– Caique Romero
@Noobsaibot!
– SHRIMP