+ 3
How to make button and put on it image and when I click on it , it write letter 'ب' in arabic in html web?Please write the code
3 Respostas
+ 2
thx for your answer
+ 2
thanks*
+ 1
make an image inside a button tag. then have
onclick="mfunction()"
this function would be in ur php. it would add a <p> element under a div or something. set its text to ur letter.
hope this helps