User:Chuehloo/sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 2: Line 2:


<html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<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>
Line 12: Line 21:
<td align="center" valign="top">
<td align="center" valign="top">
  <embed width="512" height="512" src="SVG_Basic_example.svg" name="wear" type="image/svg+xml">
  <embed width="512" height="512" src="SVG_Basic_example.svg" name="wear" type="image/svg+xml">
</tr>
</tr>
</table>
</table>
    </body>
</body>
</html>
</html>

Revision as of 04:50, 4 October 2006

A SVG

<html> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <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>

<title>Example </title>

  </head>
  <body>
	<a name="top"></a>

<h2>Example</h2> <table border="0" cellpadding="8" cellspacing="0">

	<tr>

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