+ 2
Different path and line
In HTML5 , what is different <path>element and <line>element
2 Respuestas
+ 6
<line> element is use to make line from x,y axis to x,y axis where <path> element is used to make custom paths in different positions
https://www.sololearn.com/learn/HTML/2213/?ref=app
https://code.sololearn.com/W8hasCeVMxD0/?ref=app
+ 6
https://www.sololearn.com/learn/HTML/2200/?ref=app