'plaintext' Example : plaintext « Tags « HTML / CSS






'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>

      
      








Related examples in the same category