left up right
Examples
<embed src="abc.gif" height="360" width="480" />

<video src="abc.mpg" height="360" width="480" begin="0s" type="video/mpg"/>

<audio  src="../../resources/waimpgs/alain.mpga"  type="audio/mpg" />

<math xmlns="http://www.w3.org/1998/Math/MathML">
 <mi>x</mi><mo>+</mo><mn>3</mn>
</math>

<svg viewBox="0 0 600 300"> 
 <g transform="translate(10 10)"> 
   <path d="M 0.0 112 L 20 124 L 40 129 L 60 126" />> 
 </g>
</svg>
<canvas id="area" width="300" height="400" />

canvas element normally used with a script that populates the area. Main difference between canvas and svg is that the latter has a DOM and the elements can be interacted with