Italic Text on HTML

Italic Text:
Anything that appear within <i>…….</i>element, is displayed in italic.
Example:

<!DOCTYPE html>
<html>
<head>
<title Formatting Example</title>
</head>
<body>
<p>The following word uses a <i>italicized</i>typeface.</p> 
</body>
</html>

OUTPUT:
The following word uses an italicized typeface.

Comments

Popular posts from this blog

Set Font Colour

HTML FONTS

HTML Table Heading