0
Someone please elaborate this,
<svg class="face" height="100" width="100"> <circle cx="50" cy="50" r="50" fill="#FDD835"/> <circle cx="30" cy="30" r="10" fill="#FFFFFF"/> <circle cx="70" cy="30" r="10" fill="#FFFFFF"/> <circle cx="30" cy="30" r="5" fill="#000000"/> <circle cx="70" cy="30" r="5" fill="#000000"/> <path d="M 30 70 q 20 20 40 0" stroke="#FFFFFF" stroke-width="5" fill="none" /> </svg>
6 Réponses
+ 2
Md. Zakaria Islam Rabbi
> First a yellow circle
> Then two white circles for eyes background
> Then two black circle for eyes
> Then a curved path for smile
☺
+ 1
😂😂😂😂
paste ur code in web and see ur own results
+ 1
A cute smiley!
https://code.sololearn.com/W9EM8LtV8q6E/?ref=app
0
What about svg tag, what are the uses of it?
Is x for x-axis and y for y-axis?
What is defined by path tag?