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

0

HTML Emphasized Formatting Explain

The HTML <em> element defines emphasized text, with added semantic importance.



Html Code:

<!DOCTYPE html>
<html>
<body>

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

<p><em>This text is emphasized.</em></p>

</body>
</html>



Html Code Result:

This text is normal.
This text is emphasized.

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