| Current Path : /usr/home/beeson/public_html/michaelbeeson/Testing/ |
| Current File : /usr/home/beeson/public_html/michaelbeeson/Testing/SVGExample1.php |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<?php include ('../include/head.php');
// require_once('counter.php');
?>
</body>
</html>
<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>