Missing alt and an empty link
- Input
- <div><img src="hero.jpg"><h1>Título</h1><h3>Sub</h3><a href="/contato"></a><a href="https://x.com">Site</a></div>
- Expected output
- 6 tags (5 únicas) · 1 imagem sem alt · 1 link vazio · 1 link externo
The img tag has no alt attribute, so it lands straight in the missing-alt list; the link to /contato has an href but no visible text inside it, which is why it counts as empty.