TAG SVG AUDIO VIDEO look differnt in other BROWSER
If use sounds,audio,video ,animation and you see SORRY Your browser....that mean :
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.
The sounds and images can be easily used by svg tags. Using HTML, XML, flash, servlets, and the list goes on.
<!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 :
Comentarii
Trimiteți un comentariu