Computer Science, asked by narasimharohith2618, 1 year ago

In html, you can embed svg elements directly into an html page. false

Answers

Answered by Anonymous
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" />



Similar questions