Ações

Teste2

De Atlas Digital da América Lusa

(Diferença entre revisões)
Linha 1: Linha 1:
<refbase>7</refbase>
+
<!DOCTYPE html>
 +
<html>
 +
<body>
  
<include iframe src="http://lhs.unb.br/wiki_files/drawing.svg" width="100%" height="1000" border="0" scrolling="no" />
+
<h1>My first SVG</h1>
  
<img src="http://lhs.unb.br/wiki_files/drawing.svg" />
+
<svg width="100" height="100">
 +
  <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
 +
</svg>
 +
 
 +
</body>
 +
</html>

Edição de 07h57min de 6 de maio de 2015

<!DOCTYPE html> <html> <body>

My first SVG

<svg width="100" height="100">

 <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />

</svg>

</body> </html>