+ 1
<em> as in emphasis?
2 Antworten
+ 2
Browsers display <strong> as <b>, and <em> as <i>.
However, the meanings of these tags differ: <b> and <i> define bold and italic text, respectively, while <strong> and <em> indicate that the text is "important".
0
Yeah. Try this link, it's very useful
https://developer.mozilla.org/en-US/docs/Web/HTML/Element