Em and Italic tag is look to the user same then why we use diffrent tag ?
MDN has a decent explanation; an excerpt
<strong>
and <b>
are a similar pair. And there's also the difference between <em>
and <strong>
.
As per CSS "em" tag definition:
em {
font-style: italic;
}
it's completely equivalent.
Topic moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.
Note:
Not sure why you post this on an Arduino forum.