what is difference between <em> and<i> | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

what is difference between <em> and<i>

there is no difference in view but in code

9th Aug 2016, 2:43 PM
Piyush
Piyush - avatar
2 Respostas
+ 6
<em> was introduced for coding in mobile devices, some devices can't display 'italic' text, but can display text in some other 'emphasised' way, so it's much more safe and professional to use the correct way, <em>.
10th Aug 2016, 1:37 AM
Shannon
Shannon - avatar
+ 1
<i> define italic , respectively, while <em> is when the text is more "important"
9th Aug 2016, 5:07 PM
Mr_Blaul
Mr_Blaul - avatar