HTML/CSS/Text Tags/plaintext

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

"plaintext" Example

   <source lang="html4strict">
   

<html> <head> <title>plaintext element example</title> </head> <body>

<plaintext> This text will not appear in bold. </plaintext>

</body> </html>

     </source>