How can i add a link for a button ( for example) and go todo the main page of muy web? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How can i add a link for a button ( for example) and go todo the main page of muy web?

como puedo agregar un link a mi menú para que redireccióne donde yo quiero?

27th Jul 2016, 3:16 AM
ismarlin santiago chalas martir
ismarlin santiago chalas martir - avatar
4 Answers
+ 7
The main page (Home) should be named 'index.html'. To link to it: <a href="index.html">Home</a> You can style it to look like a button using CSS.
27th Jul 2016, 8:23 AM
ZinC
ZinC - avatar
+ 1
<form action="link" > <input type="button" value="GoTo"/> </form>
16th Sep 2016, 6:17 PM
S.Niranjan
0
<a href="(your link here)"><button></button></a >
28th Jul 2016, 10:20 PM
abdulrahman
0
is it the same if i want add other page?
30th Jul 2016, 3:56 AM
ismarlin santiago chalas martir
ismarlin santiago chalas martir - avatar