Simple Shapes

I would like to experiment using svg, the first thing to do is experiment with the ways of including svg in html.

  1. <embed>
  2. <object>
  3. <iframe>
  4. directly in html
  5. <a href="blahblah.svg">

Each of these methods are explained in greater detail on W3C website there are also plenty of examples there which I am going to work through.

Using the <Embed> tag

Using the <Object> tag

Using the <iframe> tag