Please, how do i insert a text into a shape | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please, how do i insert a text into a shape

https://code.sololearn.com/WP2GZQm0IBzv/?ref=app

21st Jul 2021, 7:28 PM
Jasper P Samuel
Jasper P Samuel - avatar
4 Answers
+ 2
https://code.sololearn.com/WA9A69a19a18 <!-- Created by Jasper P Samuel --> <!DOCTYPE html> <html> <head> <title>Page Title</title> <link rel="stylesheet" href="example.css"></link> <body> <svg align="center" height="1000" width="200" fill="orange"> <rect height="100" width="200" fill="orange"draggable="true"> <animate attributename="x" from="0" to="30" dur="3s" fill="freeze" repeatcount="indefinite"></animate></rect> <text x="50" y="50" font-family="Verdana" font-size="20" fill="blue">SoloLearn</text> </svg> </body> </html>
21st Jul 2021, 7:37 PM
Jakko Jak
Jakko Jak - avatar
+ 4
Jasper, Please tag a relevant language (HTML) rather than your name : )
21st Jul 2021, 7:34 PM
Ipang
+ 2
Thanks a lot guys Am so grateful for your help
21st Jul 2021, 7:40 PM
Jasper P Samuel
Jasper P Samuel - avatar