Observe o fragmento de código HTML a seguir:
<!DOCTYPE html>
<head>
<style>
a:before{
contente:”(“attr(href)”)”;
}
</style>
</head>
<body>
<p><a
href=”https://www.idecan.org.br/”>IIDECAN</a><p>
</body>
</html>
Qual a saída dada pelo código após sua execução?