HTML Italic Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> <i> Italic Tag Example </i> </h2>
<p> by < i > tag we can<i> italicized </i>any content like word, character and paragraph.</p>
</center>
</body>
</html>
OUTPUT
No comments:
Post a Comment