By using <em>
tag we can emphasize the text in the paragraph. Emphasize is nothing but the giving a special importance.
<h1>Hello hello <q>hello</q>, <em>This is emphasized</em> this is async attribute of script element.</h1>
In the above code snippet , ' This is empahsized ' is palce in <em>
tag.
Output
Notice that the text inside the <em>
tag is emphasized.