HTML/CSS/Text Tags/plaintext

Материал из Web эксперт
Перейти к: навигация, поиск

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