HTML | Tags | Pharse Tags
HTML | Tags | Pharse Tags
The following elements are not just for presentational purposes; they also describe something about their content.
<em>:
The content of an <em> element is intended to be a point of emphasis in your document, and it is usually displayed in italicized text.
<!DOCTYPE HTML—
<p>This is the <em>Emphasis Text</em> </p>
</html>
<strong>:
The element is intended to show strong emphasis for…
View On WordPress













