HTML Italic Formatting Code For Website - Learn About Website | DaddyFile
Latest News

0

HTML Italic Formatting Explain

The HTML <i> element defines italic text, without any extra importance.



Html Code:

<!DOCTYPE html>
<html>
<body>

<p>This text is normal.</p>

<p><i>This text is italic.</i></p>

</body>
</html>




Html Code Result:

This text is normal.
This text is italic.

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top