Avoid the Deprecated <plaintext> Tag in HTML 5

The <plaintext> tag should be avoided in any HTML because it has been deprecated since HTML version 3.2. Instead, change all "<" and ">" characters to "&lt;" and "&gt;" respectively.