In html, you can embed svg elements directly into an html page. false
Answers
Answered by
0
It's true
because browsers can parse svg code. we can directly embed svg code in html file.
extra info:
we can also use svg's as image in html filesyntax is below
<img src="mysvgfile.svg" />
because browsers can parse svg code. we can directly embed svg code in html file.
extra info:
we can also use svg's as image in html filesyntax is below
<img src="mysvgfile.svg" />
Similar questions