'plaintext' Example
<html> <head> <title>plaintext element example</title> </head> <body> <p> <plaintext> This <b>text</b> will not appear in bold. </plaintext> </p> </body> </html>