+ 2
Hi Adam Mohammad Barma,
U can use the text tag inside the svg tag to work with svg around the assigned text string.
<svg height="50" width="300">
<text x="5" y="20" fill="green">I love SoloLearn!</text>
</svg>
https://code.sololearn.com/WkcSrjTE73GB/?ref=app



