Ações

Teste2

De Atlas Digital da América Lusa

(Diferença entre revisões)
 
(4 edições intermediárias de um usuário não apresentadas)
Linha 1: Linha 1:
<refbase>7</refbase>
+
<tr><html>
 +
<body>
  
<include iframe src="http://lhs.unb.br/wiki_files/drawing.svg" width="20%" height="1000" border="0" scrolling="no" />
+
<h1>My first SVG</h1>
 +
 
 +
<svg width="100" height="100">
 +
  <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
 +
</svg>
 +
 
 +
</body>
 +
</html></tr>

Edição atual tal como 07h58min de 6 de maio de 2015

<tr><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></tr>