How to Add SVG in HTML?

devquora
devquora

Posted On: Feb 22, 2018

 

You can add SVG on your webpage or HTML by using following any of following ways.

  • Using an <object> Tag
  • Using an <embed> Tag
  • Within an <iframe>
  • Using <svg> Tag
  • Using an <img> Tag

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    SVG Interview Questions

    What is SVG Stands for?

    SVG stands for Scalable Vector Graphics...

    SVG Interview Questions

    List few advantages and disadvantages of using SVG?

    Advantages of SVG Highly Scalable Easy to create Smaller in Size Accessible DOM Node-Based API Easier to create very de..

    SVG Interview Questions

    What is VML in SVG?

    VML stands for Vector Markup Language. It is a special type of language based on XML which is basically used to facilitate graphics on the internet including various websites. In recent times, VML cap...