Computer Science, asked by sharmasimran48446, 9 months ago

find out the information on how a link can be converted into a button​

Answers

Answered by renupandey14211
1

Answer:

Once you've created your link, you can the use CSS to make it look like a button. For instance, you could add a border, a background color, some styles for when the user is hovering the link… Another way to add a button is to wrap an input inside form tags. Specify the desired target URL in the form action attribute.

Similar questions