HTML Emphasized Text Tag Example :
OUTPUT
<!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>
<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
No comments:
Post a Comment