'plaintext' Example : plaintext « HTML Tag Reference « HTML CSS Reference






'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

1.'plaintext' Syntax and Note
2.'plaintext' Event Handlers
3.'plaintext' JavaScript Properties
4.'plaintext' JavaScript Methods