Ações

Teste2

De Atlas Digital da América Lusa

(Diferença entre revisões)
 
(25 edições intermediárias de 2 usuários não apresentadas)
Linha 1: Linha 1:
<refbase>12</refbase>
+
<tr><html>
 +
<body>
 +
 
 +
<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>