<!DOCTYPE html> <html><head><style>...
Próximas questões
Com base no mesmo assunto
Ano: 2015
Banca:
CESPE / CEBRASPE
Órgão:
TRE-RS
Prova:
CESPE - 2015 - TRE-RS - Técnico Judiciário - Programação de Sistemas |
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á
<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á