How to put phone icon as placeholder | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How to put phone icon as placeholder

I tried using font awesome hex code but it didn't display. The code - https://code.sololearn.com/W6s6ZGIIp3oZ

12th Jan 2022, 10:10 PM
Nwalozie Elijah
Nwalozie Elijah - avatar
2 Respuestas
+ 1
add style="font-family:Arial, FontAwesome" <input type="text" name="Number" placeholder="&#xf2b9" style="font-family:Arial, FontAwesome" maxlength="11" pattern="\d{11}">
12th Jan 2022, 11:17 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
Thanks. I'll do so now
13th Jan 2022, 4:18 PM
Nwalozie Elijah
Nwalozie Elijah - avatar