How can we input an email without underline | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can we input an email without underline

urgent please

2nd Jun 2018, 5:23 PM
Ajuonuma Godswill
Ajuonuma Godswill - avatar
2 Answers
+ 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
2nd Jun 2018, 6:31 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
thanks... i was asked a question and have failed multiply
2nd Jun 2018, 6:32 PM
Ajuonuma Godswill
Ajuonuma Godswill - avatar