[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-SAMP
Used to specify sample program output in a web document. It is performed much like <code> and rendered in a fixed width font. HTML special characters such as ( < ) and ( > ) must still be specified by the defined character entities.
Attributes
None
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-SAMP
Samp
UsageUsed to specify sample program output in a web document. It is performed much like <code> and rendered in a fixed width font. HTML special characters such as ( < ) and ( > ) must still be specified by the defined character entities.
Attributes
None
Live Example
<html> <head><title>SAMP Document Example</title></head> <body> <samp>Sample program output.</samp> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
