<!DOCTYPE html>  <html><head><style>...

Próximas questões
Com base no mesmo assunto
Q591973 Programação
<!DOCTYPE html>  

<html>

<head>

<style>

a :after {

   content: " (" attr(href) ")";

}

</style>

</head>

<body>

<p><a href="www.tre-rs.jus.br">TRE/RS</a></p>

</body>

</html>


Com relação ao CSS e HTML descritos no código, o resultado apresentado será
Alternativas