HTML/CSS/Text Tags/xmp

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

"xmp" Example

   <source lang="html4strict">
   

<html> <head> <title>xmp element example</title> </head> <body> <xmp>This text is rendered in a monospaced font.</xmp> </body> </html>


     </source>