The <em> tag used to emphasize the text content.
For example:-
<!DOCTYPE html>
<html>
<head>
<title>EM Tag</title>
</head>
<body>
<p>You <em>have</em> emphasize the text content.</p>
</body>
</html>
Copyright ©2022 coderraj.com. All Rights Reserved.