button | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

button

What is the code to make the button without a background ?🥺

7th Feb 2020, 6:41 AM
Azza
8 Answers
0
simply <button>click</button> no CSS
7th Feb 2020, 7:04 AM
BroFar
BroFar - avatar
+ 3
<style> button{ background:transparent ; } </style> <button>hello world</button> /you can do background: transparent from css
7th Feb 2020, 7:56 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 2
<input type = "button"> <button> //name </button>
7th Feb 2020, 11:46 AM
Tanmay Gupta
Tanmay Gupta - avatar
+ 2
Azza this is one of the reasons we ask that you also show us your code so we can get clarity as to what you are asking. Thanks
7th Feb 2020, 2:10 PM
BroFar
BroFar - avatar
+ 2
Your answers are correct, but I was wrong in asking the question incorrectly, I am still learning .. I got what I wanted and it became clear to me that there was no need to use the button key. Thanks BroFar
8th Feb 2020, 12:18 PM
Azza
+ 1
Sudarshan Rai 👑 Taste BroFar thank you all .. Maybe my question was not clear 🌸. When I tried, I get Oval Background .. I want just the word appear without anything to link other page.
7th Feb 2020, 10:24 AM
Azza
0
in css, make set button background to Transparent, also outline to none
7th Feb 2020, 6:58 AM
Taste
Taste - avatar
- 1
welcome Azza
8th Feb 2020, 12:51 PM
BroFar
BroFar - avatar