Home >> HTML 5 >> em Tag in HTML 5

em Tag in HTML 5

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>

Post Your Comment

Next Questions
embed Tag
fieldset Tag
figcaption Tag
figure Tag
font Tag
footer Tag
form Tag
frame Tag
frameset Tag
Heading Tag
head Tag
header Tag
hr Tag
html Tag
i Tag
iframe Tag
img Tag
input Tag
ins Tag
kbd Tag
label Tag
legend Tag
li Tag
link Tag
ul Tag

Copyright ©2022 coderraj.com. All Rights Reserved.