Answers for "correct html element to define emphasized text"

2

how to make text emphasized in html

we can make it emphasized by using the em tag
<p> <em> So this text is looking Emphasized because of em_Tag </em> </p>
Posted by: Guest on June-05-2021

Browse Popular Code Answers by Language