User:Chuehloo/sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
==A SVG==
==A SVG ==


<html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="imagetoolbar" content="no">
  <meta http-equiv="imagetoolbar" content="no">
<style type="text/css">
 
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,b,i,.keepnormfontcolor { font-family:Arial,Helvetica,Geneva,sans-serif; color:#0000EC }
tt,pre { font-family:"Courier New",Courier,monospace; color:#0000EC; }
 
  </style>
 
   <head>
   <head>
<title>Example </title>
<title>Example </title>
   </head>
   </head>
   <body>
   <body>
<a name="top"></a>
      <a name="top"></a>
<h2>Example</h2>
      <h2>Example</h2>
<table border="0" cellpadding="8" cellspacing="0">
    <embed width="512" height="256" src="http://www.openwetware.org/images/e/ec/SVG_Basic_Test.svg" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/">
<tr>
  </body>
<td align="center" valign="top">
  <embed width="512" height="512" src="SVG_Basic_example.svg" name="wear" type="image/svg+xml">
</tr>
</table>
</body>
</html>
</html>
Reference: [http://wiki.svg.org/SVG_and_HTML| How do I embed SVG into HTML page]

Revision as of 05:04, 4 October 2006

A SVG

<html>

  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta http-equiv="imagetoolbar" content="no">		
  <head>

<title>Example </title>

  </head>
  <body>
      <a name="top"></a>
      <h2>Example</h2>
    <embed width="512" height="256"  src="http://www.openwetware.org/images/e/ec/SVG_Basic_Test.svg" type="image/svg+xml" pluginspage="http://www.adobe.com/svg/viewer/install/">	
  </body>

</html>

Reference: How do I embed SVG into HTML page