0
Shapes as links
This may sound a bit dumb, but I am still on a low level at coding. I'm making concept websites to practice my skills, but I want to add a learn more button that links to my SoloLearn account. I dont want to use the <button> tag because I don't want the weird shadow thing that is automatically placed on the edges. I want to create a custom shape and asign a link to it, so when clicked it brings up my profile on SoloLearn. How do you make a shape connected to a link like a button so when I click on it, it brings me to a specified link? https://code.sololearn.com/WC3mvLT5teVN/?ref=app
4 ответов
+ 2
For example svg, canvas, images more as follows
https://www.sololearn.com/learn/HTML/2202/
+ 1
What's your question?
+ 1
How do you make a shape act like a button so when I click on it, it can bring me to a specified link.
0
Thanks but this doesnt say anything about making shapes into custom buttons