Zona HTML Zona Java Zona PHP Zona ASP Zona Bases de datos
-Tutoriales

SVG / JavaScript


SVG: Estructura básica de un documento

<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="200px" height="200px">
  ...
</svg>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://ww.w3.org/TR/xhtml1/xhtml1-transitional.dtd">
<html>
<body>
  <embed src="http://a.com/b.svg" width="210" height="26"
    type="image/svg+xml" />
</body>
</html>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://ww.w3.org/TR/xhtml1/xhtml1-transitional.dtd">
<html>
<body>
  <object type="image/svg+xml" data="layout02.svgz"
    width="550" height="550">
    <a href="layout02.svgz">
      <img alt="layout02" src="layout02.png"/>
    </a>
  </object>
</body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://ww.w3.org/TR/xhtml1/xhtml1-transitional.dtd">
<html>
<body>
  <object type="image/svg+xml" data="layout02.svgz"
    width="550" height="550">
    <embed src="http://a.com/b.svg" width="210" height="26"
      type="image/svg+xml" />
  </object>
</body>
</html>
 
Patrocinados
 

Copyright © 1999-2006 Programación en castellano. Todos los derechos reservados.
Formulario de Contacto - Datos legales - Publicidad

Hospedaje web y servidores dedicados linux por Ferca Network