HTML/CSS/Meta Tags/embed
Версия от 09:21, 26 мая 2010; (обсуждение)
"embed" Example
<html>
<head>
<title>embed element example</title>
</head>
<body>
<EMBED SRC="fakemovie.mov", WIDTH=150, HEIGHT=250 CONTROLS=TRUE>
</body>
</html>
<html>
<head>
<title>embed element example</title>
</head>
<body>
<EMBED SRC="fakemovie.mov", WIDTH=150, HEIGHT=250 CONTROLS=TRUE>
</body>
</html>