<!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á
<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á
Provas
Questão presente nas seguintes provas