what is difference between <em> and<i> | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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