+ 1
Hello world plz help.
Im beginner in web development. I need help on 2 issues. Firstly, how can i have different Font-size and style in the same line.? Also, can i make an email link and if someone tap it to be able to send email?
1 Answer
+ 4
1. Use span
<span style=āfont-size: 10px; font-family: Timesā>Text</span> <span style=āfont-size: 20px; font-family: Arialā>Another Text</span>
2. Just href mailto:email@email.com if you are using HTML.
<a href=āmailto:email@email.comā>Email Me<\a>