TAG SVG AUDIO VIDEO look differnt in other BROWSER

If use sounds,audio,video ,animation and  you see SORRY Your browser....that mean :

The sounds and images can be easily used by svg tags. Using HTML, XML, flash, servlets, and the list goes on.
LIKE THIS:


<!DOCTYPE html>
<html>
<body>

<svg height="100" width="100">
  <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
  Sorry, your browser does not support inline SVG. 
</svg>



</body>
</html>

Svg tags can be placed on web pages that do not have to follow the classical structure : first head, then the body.
And audio tag :
<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
  Error message ...for browser does not support
</audio>

For the page to behave ideally in any browser does she respect  DOM documentation and w3.org standards.

Sorry, your browser does not support inline SVG.
elipse.html
(0k)

Comentarii

Postări populare