[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-CODE
Used as a way to include computer code excerpts using a fixed width font in a web document. HTML special characters such as ( < ) and ( > ) must still be specified by the defined character entities.
Attributes
None
Code Tip
When using the <code> tag to include uncommon computer code in a web document, be sure to remove all HTML special characters.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-CODE
Code
UsageUsed as a way to include computer code excerpts using a fixed width font in a web document. HTML special characters such as ( < ) and ( > ) must still be specified by the defined character entities.
Attributes
None
Code Tip
When using the <code> tag to include uncommon computer code in a web document, be sure to remove all HTML special characters.
Live Example
<html> <head><title>Code Document Example</title></head> <body> <code>0100233% #908929g% d28911100$ 0100233% #908929g% d28911100$</code> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
