+ 1
How can we input an email without underline
urgent please
2 Respuestas
+ 1
<input type="email">
<style>
input{
border:0;
outline:none;
}
</style>
or
<a href="mailto:info@sololearn.com"> info@sololearn.com</a>
<style>
a{
test-decoration:none;
}
</style>
which one you are talking about
0
thanks... i was asked a question and have failed multiply