[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-I
Used as a way to describe an italics text style for the internal content.
Attributes
None
Code Tip
Describing character text in italics style as well as all other HTML text elements can also be accomplished using CSS specifications, which would be a better choice of coding schemes.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-I
I
UsageUsed as a way to describe an italics text style for the internal content.
Attributes
None
Code Tip
Describing character text in italics style as well as all other HTML text elements can also be accomplished using CSS specifications, which would be a better choice of coding schemes.
Live Example
<html> <head><title>Italics Text Style Document Example</title></head> <body> <i>This is italics text.</i> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
