doc/test/AI/code/SVG/svg_test_obj.html
2025-03-17 18:02:39 +03:00

14 lines
No EOL
489 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SVG с использованием <object></title>
</head>
<body>
<h1>Пример SVG с использованием тега &lt;object&gt;</h1>
<object type="image/svg+xml" data="image.svg" width="200" height="200">
Ваш браузер не поддерживает SVG
</object>
</body>
</html>