Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
What is SVG in HTML?
Home
>
HTML
>
What is SVG in HTML?
Oct 24, 2019
in
HTML
Q: What is SVG?
what-is-svg
svg
html-svg
svg-html
1
Answer
0
votes
Oct 24, 2019
HTML SVG is used to describe the two-dimensional vector and vector/raster graphics. SVG images and their behaviors are defined in XML text files. So as XML files, you can create and edit an SVG image with the text editor. It is mostly used for vector type diagrams like pie charts, 2-Dimensional graphs in an X, Y coordinate system.
<svg width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="yellow" stroke-width="4" fill="red" />
</svg>
Click here to read more about HTML
Click here to read more about Insurance
Facebook
Twitter
LinkedIn
Related questions
0
votes
Q: The following are true about SVG graphics, except _________
Feb 11, 2020
in
HTML
#html-svg
+1
vote
Q: What is the use of details and summary tag in HTML?
Oct 24, 2019
in
HTML
summary-tag
html-summary-tag
+1
vote
Q: What is button tag in HTML?
Oct 24, 2019
in
HTML
button-tag
button-html
html-button
0
votes
Q: What is the use of figcaption tag in HTML 5?
Oct 24, 2019
in
HTML
figcaption-tag
figcaption-html
0
votes
Q: What is the use of figure tag in HTML 5?
Oct 24, 2019
in
HTML
figure-tag
html-tag
0
votes
Q: What is a style sheet in HTML?
Oct 24, 2019
in
HTML
style-sheet
html-style-sheet
...