| Posted by Chris Beall on 01/26/06 22:16 
News wrote:
 > I cannot seem to find the <TAG> I should enclose HTML in to have it show on
 > a web page. So my question is; What tag am I looking for?
 >
 >
 News,
 
 I think you are asking how to include an HTML example on a web page
 without having it interpreted as HTML by the browser, but rather just
 displayed as text.
 
 Replace < with <
 Replace > with >
 
 If you want it to appear monospaced and without spilling of lines, also
 enclose it inside <pre> </pre> tags.
 
 Chris Beall
 [Back to original message] |