+ 1
button
What is the code to make the button without a background ?đ„ș
8 Answers
0
simply
<button>click</button>
no CSS
+ 3
<style>
button{
background:transparent ;
}
</style>
<button>hello world</button>
/you can do background: transparent from css
+ 2
<input type = "button">
<button> //name </button>
+ 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
+ 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
+ 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.
0
in css, make set button background to Transparent, also outline to none
- 1
welcome Azza