Search This Blog

HTML Italic Tag Example

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
HTML Italic Tag Example

No comments:

Post a Comment