Questões de Concurso
Comentadas para tre-mt
Foram encontradas 552 questões
Resolva questões gratuitamente!
Junte-se a mais de 4 milhões de concurseiros!
<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.