(PCC)::[use-pre-tag-to-follow-exact-content-you-want-in-html-language]::[html]
<!DOCTYPE html> <html> <head> <title>Preserve Formatting Example</title> </head> <body> <pre> function testFunction( strText ){ alert (strText) } </pre> </body> </html>
function testFunction( strText ){ alert (strText) }