Search This Blog

HTML Emphasized Text Tag Example

HTML Emphasized Text Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Emphasized Text Tag Example </h2>
<p> by < em > tag we can display any text to Emphasized Text in a webpage.</p>
<em> Welcome to html scripting language just like italic tag </em>
</center>
</body>
</html>

OUTPUT
HTML Emphasized Text Tag Example

No comments:

Post a Comment