Processando...

Questões TRE-MT de Programação | 119097

#119097
Banca
CESPE
Matéria
Programação
Concurso
TRE-MT
Tipo
Múltipla escolha
Comentários
Seja o primeiro a comentar
fácil

(1,0) 1 - 

<! DOCTYPE html>

<html>

<body>

<h1>HTML</h1>

<svg width="200" height="200"

style="fill : rgb (255,255,255); stroke:rgb (0,0,0)">

<rect width="200" height="200" />

<circle cx="100" cy="100" r="40" />

<line x1="0" y1="100" x2="100" y2="200" />

<line x1="100" y1="200" x2="200" y2="100"/>

<line x1="200" y1="100" x2="100" y2="0" />

<line x1="100" y1="0" x2="0" y2="100" />

</svg>

</body>

</html>

Assinale a opção que apresenta o resultado do código HTML acima em um navegador compatível.